commit | b72447cdf1298b46af87d754bfb5d3db6eb7dbfe | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jun 03 16:11:41 2013 +0300 |
committer | Dave Airlie <airlied@gmail.com> | Mon Jun 17 19:42:45 2013 +1000 |
tree | 646f012bff068582ddc3cb17420f5e8a79e3bd99 | |
parent | 35f2c3ae764ec8d458d6b9c78826d23c112abc7a [diff] |
drm/i915: Drop bogus fbdev sprite disable code plane->enabled is never set, so this code didn't do anything. Also drm_fb_helper_restore_fbdev_mode() will now disable all cursors and sprites for us, so we don't have to bother anymore. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@gmail.com>