[PATCH 07/51] drm: Add restore_fbdev_mode() hook to drm_fb_helper

2012-10-25 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Add an optional driver specific restore_fbdev_mode() hook to drm_fb_helper. If the driver doesn't provide the hook, drm_fb_helper_restore_fbdev_mode() is called directly as before. In this hook the driver can disable additional planes, cursors etc. that shouldn't be visible w

[PATCH 07/51] drm: Add restore_fbdev_mode() hook to drm_fb_helper

2012-10-25 Thread ville . syrjala
From: Ville Syrjälä Add an optional driver specific restore_fbdev_mode() hook to drm_fb_helper. If the driver doesn't provide the hook, drm_fb_helper_restore_fbdev_mode() is called directly as before. In this hook the driver can disable additional planes, cursors etc. that shouldn't be visible w