]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: more struct_mutex locking
authorHugh Dickins <hughd@google.com>
Mon, 27 Jun 2011 23:18:20 +0000 (16:18 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Jun 2011 00:00:35 +0000 (17:00 -0700)
commitd5133d547b6f3c9d0969018fa90aeb72a0668d4c
tree266881071ef862ebc4aaaf008591354b4ebfefa9
parent48001b652b6acf062d252cf8630e7f604cd2f070
drm/i915: more struct_mutex locking

When auditing the locking in i915_gem.c (for a prospective change which I
then abandoned), I noticed two places where struct_mutex is not held
across GEM object manipulations that would usually require it.  Since one
is in initial setup and the other in driver unload, I'm guessing the mutex
is not required for either; but post a patch in case it is.

Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Keith Packard <keithp@keithp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/intel_overlay.c