Home
last modified time | relevance | path

Searched refs:intel_guc_send (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c503 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()
Dintel_guc_log.c30 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()
Dintel_guc.h83 inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) in intel_guc_send() function