Searched refs:xe_guc_mmio_send (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc.h | 39 int xe_guc_mmio_send(struct xe_guc *guc, const u32 *request, u32 len);
|
H A D | xe_guc_hwconfig.c | 27 return xe_guc_mmio_send(guc, action, ARRAY_SIZE(action)); in send_get_hwconfig()
|
H A D | xe_guc.c | 1234 ret = xe_guc_mmio_send(guc, action, ARRAY_SIZE(action)); in xe_guc_suspend() 1387 int xe_guc_mmio_send(struct xe_guc *guc, const u32 *request, u32 len) in xe_guc_mmio_send() function 1413 ret = xe_guc_mmio_send(guc, request, ARRAY_SIZE(request)); in guc_self_cfg()
|
H A D | xe_gt_sriov_vf.c | 45 ret = xe_guc_mmio_send(guc, request, ARRAY_SIZE(request)); in guc_action_vf_reset() 236 ret = xe_guc_mmio_send(guc, request, ARRAY_SIZE(request)); in guc_action_vf_notify_resfix_done()
|
H A D | xe_guc_ct.c | 368 int ret = xe_guc_mmio_send(ct_to_guc(ct), request, ARRAY_SIZE(request)); in guc_ct_control_toggle()
|