]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Add locking around cursor gem operations.
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 14 Feb 2009 01:56:49 +0000 (20:56 -0500)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Feb 2009 02:21:12 +0000 (12:21 +1000)
commit69a18665402e55ed2153a88024abca779eca6578
tree31d397f81512e22977e20ba7187577d5c152bf86
parent928a2506eb6976aee9c39df1d6e4e0782108c5cd
drm: Add locking around cursor gem operations.

We need to hold the struct_mutex around pinning and the phys object
operations.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/intel_display.c