Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1957 bool want_ctb) in guc_ct_snapshot_alloc() argument
1965 if (ct->bo && want_ctb) { in guc_ct_snapshot_alloc()
1996 bool want_ctb) in guc_ct_snapshot_capture() argument
2001 snapshot = guc_ct_snapshot_alloc(ct, atomic, want_ctb); in guc_ct_snapshot_capture()
2092 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool want_ctb) in xe_guc_ct_print() argument
2096 snapshot = guc_ct_snapshot_capture(ct, false, want_ctb); in xe_guc_ct_print()