Searched refs:intel_guc_send (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.c | 485 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_sample_forcewake() 493 * Triggers a HuC firmware authentication request to the GuC via intel_guc_send 506 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_auth_huc() 543 ret = intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_suspend() 595 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_resume()
|
H A 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()
|
H A D | intel_guc.h | 73 /* To serialize the intel_guc_send actions */ 83 inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) in intel_guc_send() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_rc.c | 44 ret = intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_control_gucrc()
|
H A D | intel_guc_slpc.c | 136 ret = intel_guc_send(guc, request, ARRAY_SIZE(request)); in guc_action_slpc_set_param() 149 return intel_guc_send(guc, request, ARRAY_SIZE(request)); in guc_action_slpc_unset_param() 167 ret = intel_guc_send(guc, request, ARRAY_SIZE(request)); in guc_action_slpc_query() 329 ret = intel_guc_send(guc, request, ARRAY_SIZE(request)); in guc_action_slpc_reset()
|
H A D | intel_guc_log.c | 199 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_flush_log() 214 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_control_log()
|
H A D | intel_guc.h | 225 /** @send_mutex: used to serialize the intel_guc_send actions */ 291 inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) in intel_guc_send() function
|
H A D | intel_guc.c | 612 * Triggers a HuC firmware authentication request to the GuC via intel_guc_send 625 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_auth_huc()
|
H A D | intel_guc_submission.c | 1498 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_enable_usage_stats() 4445 ret = intel_guc_send(guc, (u32 *)&policy->h2g, in __guc_action_set_scheduling_policies()
|
Completed in 14 milliseconds