Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct_types.h68 u32 g2h_outstanding; member
110 u32 g2h_outstanding; member
Dxe_guc_ct.c335 xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding == 0 || in xe_guc_ct_set_state()
338 if (ct->g2h_outstanding) in xe_guc_ct_set_state()
340 ct->g2h_outstanding = 0; in xe_guc_ct_set_state()
514 if (!ct->g2h_outstanding) in __g2h_reserve_space()
518 ct->g2h_outstanding += num_g2h; in __g2h_reserve_space()
527 xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding); in __g2h_release_space()
530 if (!--ct->g2h_outstanding) in __g2h_release_space()
767 if (!wait_event_timeout(ct->wq, !ct->g2h_outstanding || in guc_ct_send_locked()
1516 snapshot->g2h_outstanding = READ_ONCE(ct->g2h_outstanding); in xe_guc_ct_snapshot_capture()
1547 snapshot->g2h_outstanding); in xe_guc_ct_snapshot_print()