[PATCH v2 1/3] drm/fb-helper: Don't clobber the display palette when fbdev isn't bound

2013-05-27 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? 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

[PATCH v2 1/3] drm/fb-helper: Don't clobber the display palette when fbdev isn't bound

2013-05-27 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com 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