[Intel-gfx] [PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:01PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Drivers may need to turn off overlay planes, cursors, etc. when > restoring the fbdev mode. So allow drivers to provide their own > version of drm_fb_helper_restore_fbdev_mode() that can t

Re: [Intel-gfx] [PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:01PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Drivers may need to turn off overlay planes, cursors, etc. when > restoring the fbdev mode. So allow drivers to provide their own > version of drm_fb_helper_restore_fbdev_mode() that can take

[PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-05-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Drivers may need to turn off overlay planes, cursors, etc. when restoring the fbdev mode. So allow drivers to provide their own version of drm_fb_helper_restore_fbdev_mode() that can take care of such details. Initially just plug in drm_fb_helper_restore_fbdev_mode for all dr

[PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-05-31 Thread ville . syrjala
From: Ville Syrjälä Drivers may need to turn off overlay planes, cursors, etc. when restoring the fbdev mode. So allow drivers to provide their own version of drm_fb_helper_restore_fbdev_mode() that can take care of such details. Initially just plug in drm_fb_helper_restore_fbdev_mode for all dr