All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a false lockdep warning on vmwgfx
@ 2013-11-15  8:24 Thomas Hellstrom
  2013-11-15  8:24 ` [PATCH 1/2] drm/ttm: Allow execbuf util reserves without ticket Thomas Hellstrom
  2013-11-15  8:24 ` [PATCH 2/2] drm/vmwgfx: Fix false lockdep warning Thomas Hellstrom
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Hellstrom @ 2013-11-15  8:24 UTC (permalink / raw)
  To: dri-devel, linux-graphics-maintainer; +Cc: jglisse

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-15 10:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15  8:24 [PATCH 0/2] Fix a false lockdep warning on vmwgfx Thomas Hellstrom
2013-11-15  8:24 ` [PATCH 1/2] drm/ttm: Allow execbuf util reserves without ticket Thomas Hellstrom
2013-11-15  8:24 ` [PATCH 2/2] drm/vmwgfx: Fix false lockdep warning Thomas Hellstrom
2013-11-15  9:29   ` Daniel Vetter
2013-11-15 10:28     ` Thomas Hellstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.