Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.h338 return intel_guc_ct_send(&guc->ct, action, len, NULL, 0, 0); in intel_guc_send()
345 return intel_guc_ct_send(&guc->ct, action, len, NULL, 0, in intel_guc_send_nb()
353 return intel_guc_ct_send(&guc->ct, action, len, in intel_guc_send_and_receive()
Dintel_guc_ct.h133 int intel_guc_ct_send(struct intel_guc_ct *ct, const u32 *action, u32 len,
Dintel_guc_ct.c834 int intel_guc_ct_send(struct intel_guc_ct *ct, const u32 *action, u32 len, in intel_guc_ct_send() function