Searched refs:ct_to_guc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 50 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(c in ct_process_request() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 40 static inline struct intel_guc *ct_to_guc(struct intel_guc_ct *ct) in ct_to_guc() function 46 guc_err(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__) 49 guc_dbg(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__) 54 guc_probe_error(ct_to_guc(ct), "CT: " _fmt, ##__VA_ARGS__) 182 err = guc_action_control_ctb(ct_to_guc(ct), enable ? in ct_control_enable() 196 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer() 203 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer() 210 err = intel_guc_self_cfg32(ct_to_guc(ct), send ? in ct_register_buffer() 232 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_init() 305 struct intel_guc *guc = ct_to_guc(c in intel_guc_ct_enable() [all...] |
Completed in 4 milliseconds