The commit "drm/ttm: make ttm reservation calls behave like reservation calls" introduced a false lockdep warning on vmwgfx that hit on surface eviction, due to a recursive reservation. The fix silences the warning by using a tryreserve, which is not optimal, but will do for now
- [PATCH 0/2] Fix a false lockdep warning on vmwgfx Thomas Hellstrom
- [PATCH 1/2] drm/ttm: Allow execbuf util reserves wit... Thomas Hellstrom
- [PATCH 2/2] drm/vmwgfx: Fix false lockdep warning Thomas Hellstrom
- [PATCH 2/2] drm/vmwgfx: Fix false lockdep warnin... Daniel Vetter
- [PATCH 2/2] drm/vmwgfx: Fix false lockdep wa... Thomas Hellstrom