drm/fb-helper: Don't clobber the display palette when fbdev isn't bound
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 27 May 2013 17:19:56 +0000 (20:19 +0300)
committerDave Airlie <airlied@gmail.com>
Mon, 17 Jun 2013 09:42:46 +0000 (19:42 +1000)
Perform the drm_fb_helper_is_bound() check to avoid clobbering the
display palette of some other KMS client.

While at it, fix up the locking by grabbing all modeset locks for the
duration of the fb_setcmap operation.

v2: Make a note of the locking changes in the commit message

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>

No differences found