Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c40 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__)
209 err = guc_action_control_ctb(ct_to_guc(ct), enable ? in ct_control_enable()
223 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer()
230 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer()
237 err = intel_guc_self_cfg32(ct_to_guc(ct), send ? in ct_register_buffer()
259 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_init()
332 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_enable()
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c65 ct_to_guc(struct xe_guc_ct *ct) in ct_to_guc() function
260 struct xe_guc *guc = ct_to_guc(ct); in guc_ct_ctb_h2g_register()
287 struct xe_guc *guc = ct_to_guc(ct); in guc_ct_ctb_g2h_register()
324 int ret = xe_guc_mmio_send(ct_to_guc(ct), request, ARRAY_SIZE(request)); in guc_ct_control_toggle()
698 xe_guc_notify(ct_to_guc(ct)); in __guc_ct_send_locked()
1110 struct xe_guc *guc = ct_to_guc(ct); in process_g2h_msg()
1277 struct xe_guc *guc = ct_to_guc(ct); in g2h_fast_path()