Home
last modified time | relevance | path

Searched refs:xe_guc_mmio_send (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc.h39 int xe_guc_mmio_send(struct xe_guc *guc, const u32 *request, u32 len);
H A Dxe_guc_hwconfig.c27 return xe_guc_mmio_send(guc, action, ARRAY_SIZE(action)); in send_get_hwconfig()
H A Dxe_guc.c1234 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 Dxe_gt_sriov_vf.c45 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 Dxe_guc_ct.c368 int ret = xe_guc_mmio_send(ct_to_guc(ct), request, ARRAY_SIZE(request)); in guc_ct_control_toggle()