commit | 3858bc5d5362ed3060ff7773c080813dd39b995e | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jun 03 16:10:42 2013 +0300 |
committer | Dave Airlie <airlied@gmail.com> | Mon Jun 17 18:33:16 2013 +1000 |
tree | 4edf9faf6bff658a27f08cd7007afa69ed60683b | |
parent | 9125e6186822b2698da17690416cd1b55c030115 [diff] |
drm/fb-helper: Disable cursors and planes when restoring fbdev mode 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ä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@gmail.com>