Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct_types.h67 u32 g2h_outstanding; member
143 u32 g2h_outstanding; member
H A Dxe_guc_ct.c527 xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding == 0 || in guc_ct_change_state()
530 if (ct->g2h_outstanding) in guc_ct_change_state()
532 ct->g2h_outstanding = 0; in guc_ct_change_state()
830 if (!ct->g2h_outstanding) in __g2h_reserve_space()
834 ct->g2h_outstanding += num_g2h; in __g2h_reserve_space()
846 bad |= !ct->g2h_outstanding; in __g2h_release_space()
854 ct->g2h_outstanding); in __g2h_release_space()
860 if (!--ct->g2h_outstanding) in __g2h_release_space()
1143 if (!wait_event_timeout(ct->wq, !ct->g2h_outstanding || in guc_ct_send_wait_for_retry()
2009 snapshot->g2h_outstanding = READ_ONCE(ct->g2h_outstanding); in guc_ct_snapshot_capture()
[all …]