Searched refs:intel_guc_send_mmio (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_hwconfig.c | 48 ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); in __guc_action_get_hwconfig()
|
H A D | intel_guc.c | 509 int intel_guc_send_mmio(struct intel_guc *guc, const u32 *request, u32 len, in intel_guc_send_mmio() function 701 ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); in intel_guc_suspend() 873 ret = intel_guc_send_mmio(guc, request, ARRAY_SIZE(request), NULL, 0); in __guc_action_self_cfg()
|
H A D | intel_guc.h | 434 int intel_guc_send_mmio(struct intel_guc *guc, const u32 *action, u32 len,
|