Searched refs:intel_guc_send (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc.c | 503 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_sample_forcewake() 524 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_auth_huc() 561 ret = intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_suspend() 613 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_resume()
|
| D | intel_guc_log.c | 30 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_flush_log_complete() 40 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_flush_log() 55 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_control_log()
|
| D | intel_guc.h | 83 inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) in intel_guc_send() function
|