[PATCH 1/2] 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. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_fb_helper.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_

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

2013-05-27 Thread Daniel Vetter
On Mon, May 27, 2013 at 06:44:56PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Perform the drm_fb_helper_is_bound() check to avoid clobbering the > display palette of some other KMS client. > > Signed-off-by: Ville Syrj?l? You might want to mention that you're als

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

2013-05-27 Thread Daniel Vetter
On Mon, May 27, 2013 at 06:44:56PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Perform the drm_fb_helper_is_bound() check to avoid clobbering the > display palette of some other KMS client. > > Signed-off-by: Ville Syrjälä You might want to mention that you're also fi

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

2013-05-27 Thread ville . syrjala
From: Ville Syrjälä Perform the drm_fb_helper_is_bound() check to avoid clobbering the display palette of some other KMS client. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_fb_helper.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_