Searched refs:xe_guc_mmio_send (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc.h | 39 int xe_guc_mmio_send(struct xe_guc *guc, const u32 *request, u32 len);
|
D | xe_guc_hwconfig.c | 27 return xe_guc_mmio_send(guc, action, ARRAY_SIZE(action)); in send_get_hwconfig()
|
D | xe_guc.c | 890 ret = xe_guc_mmio_send(guc, action, ARRAY_SIZE(action)); in xe_guc_suspend() 1043 int xe_guc_mmio_send(struct xe_guc *guc, const u32 *request, u32 len) in xe_guc_mmio_send() function 1069 ret = xe_guc_mmio_send(guc, request, ARRAY_SIZE(request)); in guc_self_cfg()
|
D | xe_gt_sriov_vf.c | 44 ret = xe_guc_mmio_send(guc, request, ARRAY_SIZE(request)); in guc_action_vf_reset()
|
D | xe_guc_ct.c | 324 int ret = xe_guc_mmio_send(ct_to_guc(ct), request, ARRAY_SIZE(request)); in guc_ct_control_toggle()
|