[PATCH 3/3] drm/fb-helper: Disable cursors and planes when restoring fbdev mode

2013-06-04 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 04:10:42PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Cursors and plane can obscure whatever fbdev wants to show the user. > Disable them all in drm_fb_helper_restore_fbdev_mode. > > After the cursors and planes have been disabled, user spac

Re: [PATCH 3/3] drm/fb-helper: Disable cursors and planes when restoring fbdev mode

2013-06-04 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 04:10:42PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Cursors and plane can obscure whatever fbdev wants to show the user. > Disable them all in drm_fb_helper_restore_fbdev_mode. > > After the cursors and planes have been disabled, user space ne

[PATCH 3/3] drm/fb-helper: Disable cursors and planes when restoring fbdev mode

2013-06-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Cursors and plane can obscure whatever fbdev wants to show the user. Disable them all in drm_fb_helper_restore_fbdev_mode. After the cursors and planes have been disabled, user space needs to explicitly re-enable them to make them visible again. Signed-off-by: Ville Syrj?l?

[PATCH 3/3] drm/fb-helper: Disable cursors and planes when restoring fbdev mode

2013-06-03 Thread ville . syrjala
From: Ville Syrjälä Cursors and plane can obscure whatever fbdev wants to show the user. Disable them all in drm_fb_helper_restore_fbdev_mode. After the cursors and planes have been disabled, user space needs to explicitly re-enable them to make them visible again. Signed-off-by: Ville Syrjälä