Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c41 static inline struct intel_guc *ct_to_guc(struct intel_guc_ct *ct) in ct_to_guc() function
47 guc_err(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__)
50 guc_dbg(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__)
55 guc_probe_error(ct_to_guc(ct), "CT: " _fmt, ##__VA_ARGS__)
210 err = guc_action_control_ctb(ct_to_guc(ct), enable ? in ct_control_enable()
224 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer()
231 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer()
238 err = intel_guc_self_cfg32(ct_to_guc(ct), send ? in ct_register_buffer()
260 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_init()
330 struct intel_guc *guc = ct_to_guc(ct); in intel_guc_ct_enable()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c45 static struct xe_guc *ct_to_guc(struct xe_guc_ct *ct) in ct_to_guc() function
448 struct xe_guc *guc = ct_to_guc(ct); in guc_ct_ctb_h2g_register()
475 struct xe_guc *guc = ct_to_guc(ct); in guc_ct_ctb_g2h_register()
512 int ret = xe_guc_mmio_send(ct_to_guc(ct), request, ARRAY_SIZE(request)); in guc_ct_control_toggle()
1084 xe_guc_notify(ct_to_guc(ct)); in __guc_ct_send_locked()
1562 struct xe_guc *guc = ct_to_guc(ct); in process_g2h_msg()
1813 struct xe_guc *guc = ct_to_guc(ct); in g2h_fast_path()
2124 struct xe_guc *guc = ct_to_guc(ct); in ct_dead_capture()