git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f2c3a
)
drm/i915: Drop bogus fbdev sprite disable code
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 3 Jun 2013 13:11:41 +0000
(16:11 +0300)
committer
Dave Airlie
<airlied@gmail.com>
Mon, 17 Jun 2013 09:42:45 +0000
(19:42 +1000)
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>
No differences found