Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_rc.c44 ret = intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_control_gucrc()
H A Dintel_guc_slpc.c136 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 Dintel_guc_log.c199 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 Dintel_guc.h291 inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) in intel_guc_send() function
H A Dintel_guc.c613 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_auth_huc()
H A Dintel_guc_submission.c1498 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in guc_action_enable_usage_stats()
4443 ret = intel_guc_send(guc, (u32 *)&policy->h2g, in __guc_action_set_scheduling_policies()