Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.h23 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool want_ctb);
H A Dxe_guc_ct.c1626 bool want_ctb) in guc_ct_snapshot_alloc() argument
1634 if (ct->bo && want_ctb) { in guc_ct_snapshot_alloc()
1665 bool want_ctb) in guc_ct_snapshot_capture() argument
1670 snapshot = guc_ct_snapshot_alloc(ct, atomic, want_ctb); in guc_ct_snapshot_capture()
1761 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool want_ctb) in xe_guc_ct_print() argument
1765 snapshot = guc_ct_snapshot_capture(ct, false, want_ctb); in xe_guc_ct_print()