aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_viewport.c
diff options
context:
space:
mode:
authorMarcin Slusarz <[email protected]>2011-10-08 23:05:25 +0200
committerMarcin Slusarz <[email protected]>2011-10-09 14:49:30 +0200
commit9849f366cbfd781ebeca725058029b70c96836f9 (patch)
treec7a300247b7b31e49d926b502e8e9b7cb0dd88c0 /src/mesa/state_tracker/st_cb_viewport.c
parent0110aa09e5898987ee86586e438ac571075eba3a (diff)
nouveau: fix fence hang
If there is not enough space in pushbuffer for fence emission (nouveau_fence_emit -> nv50_screen_fence_emit -> MARK_RING), the pushbuffer is flushed, which through flush_notify -> nv50_default_flush_notify -> nouveau_fence_update marks currently emitting fence as flushed. But actual emission is done after this mark. So later when there is a need to wait on this fence and pushbuffer was not flushed in between, fence wait will never finish causing application to hang. To fix this, introduce new fence state between AVAILABLE and EMITTED, set it before emission and handle it everywhere. Additionally obtain fence sequence numbers after possible flush in MARK_RING, because we want to emit fences in correct order. Reviewed-by: Christoph Bumiller <[email protected]> Note: This is a candidate for the 7.11 branch.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_viewport.c')
0 files changed, 0 insertions, 0 deletions