Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c71 ct_to_gt(struct xe_guc_ct *ct) in ct_to_gt() function
79 return gt_to_xe(ct_to_gt(ct)); in ct_to_xe()
171 struct xe_gt *gt = ct_to_gt(ct); in xe_guc_ct_init()
335 xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding == 0 || in xe_guc_ct_set_state()
375 xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode canceled\n"); in safe_mode_worker_func()
381 xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode enabled\n"); in ct_enter_safe_mode()
387 xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode disabled\n"); in ct_exit_safe_mode()
393 struct xe_gt *gt = ct_to_gt(ct); in xe_guc_ct_enable()
507 xe_gt_assert(ct_to_gt(ct), g2h_len <= ct->ctbs.g2h.info.space); in __g2h_reserve_space()
508 xe_gt_assert(ct_to_gt(ct), (!g2h_len && !num_g2h) || in __g2h_reserve_space()
[all …]