Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c50 static inline struct intel_guc *ct_to_guc(struct intel_guc_ct *ct) in ct_to_guc() function
57 return guc_to_gt(ct_to_guc(ct)); in ct_to_gt()
115 int err = guc_action_register_ct_buffer(ct_to_guc(ct), desc_addr, type); in ct_register_buffer()
137 int err = guc_action_deregister_ct_buffer(ct_to_guc(ct), type); in ct_deregister_buffer()
155 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_init()
223 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_enable()
276 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_disable()
509 intel_guc_notify(ct_to_guc(ct)); in ct_send()
549 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_send()
733 struct intel_guc *guc = ct_to_guc(ct); in ct_process_request()