Skip to content
Commit c4ce60dc authored by Eric Anholt's avatar Eric Anholt
Browse files

drm/vc4: Fix spurious GPU resets due to BO reuse.



We were tracking the "where are the head pointers pointing" globally,
so if another job reused the same BOs and execution was at the same
point as last time we checked, we'd stop and trigger a reset even
though the GPU had made progress.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 2ee94657
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment