Searched refs:intel_guc_send_mmio (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_hwconfig.c | 45 ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); in __guc_action_get_hwconfig()
|
H A D | intel_guc.c | 469 int intel_guc_send_mmio(struct intel_guc *guc, const u32 *request, u32 len, in intel_guc_send_mmio() function 642 ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); in intel_guc_suspend() 814 ret = intel_guc_send_mmio(guc, request, ARRAY_SIZE(request), NULL, 0); in __guc_action_self_cfg()
|
H A D | intel_guc.h | 389 int intel_guc_send_mmio(struct intel_guc *guc, const u32 *action, u32 len,
|
H A D | intel_guc_ct.c | 173 ret = intel_guc_send_mmio(guc, request, ARRAY_SIZE(request), NULL, 0); in guc_action_control_ctb()
|