Symbol: ct_to_gt
drivers/gpu/drm/xe/xe_guc_ct.c
1023
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1094
xe_gt_reset_async(ct_to_gt(ct));
drivers/gpu/drm/xe/xe_guc_ct.c
115
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1151
xe_gt_err(ct_to_gt(ct), "CTB receive failed (%pe)",
drivers/gpu/drm/xe/xe_guc_ct.c
1163
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1196
xe_gt_assert(ct_to_gt(ct), !g2h_len || !g2h_fence);
drivers/gpu/drm/xe/xe_guc_ct.c
1267
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
134
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1429
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1447
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1523
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1563
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1663
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1800
trace_xe_guc_ctb_g2h(xe, ct_to_gt(ct)->info.id,
drivers/gpu/drm/xe/xe_guc_ct.c
1812
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
1939
xe_gt_err(ct_to_gt(ct), "CT dequeue failed: %d", ret);
drivers/gpu/drm/xe/xe_guc_ct.c
2003
xe_gt_err(ct_to_gt(ct), "Skipping CTB snapshot entirely.\n");
drivers/gpu/drm/xe/xe_guc_ct.c
2159
xe_gt_err(ct_to_gt(ct), "Got unexpected dead CT capture!\n");
drivers/gpu/drm/xe/xe_guc_ct.c
2176
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
310
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
355
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
385
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
520
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
527
xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding == 0 ||
drivers/gpu/drm/xe/xe_guc_ct.c
57
return gt_to_xe(ct_to_gt(ct));
drivers/gpu/drm/xe/xe_guc_ct.c
584
xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode canceled\n");
drivers/gpu/drm/xe/xe_guc_ct.c
590
xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode enabled\n");
drivers/gpu/drm/xe/xe_guc_ct.c
596
xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode disabled\n");
drivers/gpu/drm/xe/xe_guc_ct.c
602
struct xe_gt *gt = ct_to_gt(ct);
drivers/gpu/drm/xe/xe_guc_ct.c
743
xe_gt_assert(ct_to_gt(ct), g2h->info.space == credits);
drivers/gpu/drm/xe/xe_guc_ct.c
779
xe_gt_err(ct_to_gt(ct), "CT: invalid head offset %u >= %u)\n",
drivers/gpu/drm/xe/xe_guc_ct.c
823
xe_gt_assert(ct_to_gt(ct), g2h_len <= ct->ctbs.g2h.info.space);
drivers/gpu/drm/xe/xe_guc_ct.c
824
xe_gt_assert(ct_to_gt(ct), (!g2h_len && !num_g2h) ||
drivers/gpu/drm/xe/xe_guc_ct.c
849
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
918
struct xe_gt *gt = ct_to_gt(ct);