Symbol: ct_to_gt
drivers/gpu/drm/xe/xe_guc_ct.c
1057
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1128
xe_gt_reset_async(ct_to_gt(ct));
drivers/gpu/drm/xe/xe_guc_ct.c
117
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1184
xe_gt_err(ct_to_gt(ct), "CTB receive failed (%pe)\n",
drivers/gpu/drm/xe/xe_guc_ct.c
1196
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1230
xe_gt_assert(ct_to_gt(ct), !g2h_len || !g2h_fence);
drivers/gpu/drm/xe/xe_guc_ct.c
1301
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
136
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1472
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1490
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1582
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1623
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1717
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1854
trace_xe_guc_ctb_g2h(xe, ct_to_gt(ct)->info.id,
drivers/gpu/drm/xe/xe_guc_ct.c
1866
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1991
xe_gt_err(ct_to_gt(ct), "CT dequeue failed: %d\n", ret);
drivers/gpu/drm/xe/xe_guc_ct.c
2056
xe_gt_err(ct_to_gt(ct), "Skipping CTB snapshot entirely.\n");
drivers/gpu/drm/xe/xe_guc_ct.c
2217
xe_gt_err(ct_to_gt(ct), "Got unexpected dead CT capture!\n");
drivers/gpu/drm/xe/xe_guc_ct.c
2234
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
325
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
371
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
411
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
544
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
551
xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding == 0 ||
drivers/gpu/drm/xe/xe_guc_ct.c
59
return gt_to_xe(ct_to_gt(ct));
drivers/gpu/drm/xe/xe_guc_ct.c
608
xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode canceled\n");
drivers/gpu/drm/xe/xe_guc_ct.c
614
xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode enabled\n");
drivers/gpu/drm/xe/xe_guc_ct.c
620
xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode disabled\n");
drivers/gpu/drm/xe/xe_guc_ct.c
626
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
770
xe_gt_assert(ct_to_gt(ct), g2h->info.space == credits);
drivers/gpu/drm/xe/xe_guc_ct.c
806
xe_gt_err(ct_to_gt(ct), "CT: invalid head offset %u >= %u)\n",
drivers/gpu/drm/xe/xe_guc_ct.c
850
xe_gt_assert(ct_to_gt(ct), g2h_len <= ct->ctbs.g2h.info.space);
drivers/gpu/drm/xe/xe_guc_ct.c
851
xe_gt_assert(ct_to_gt(ct), (!g2h_len && !num_g2h) ||
drivers/gpu/drm/xe/xe_guc_ct.c
876
xe_gt_err(ct_to_gt(ct), "Invalid G2H release: %d + %d vs %d - %d -> %d vs %d, outstanding = %d!\n",
drivers/gpu/drm/xe/xe_guc_ct.c
945
struct xe_gt *gt = ct_to_gt(ct);