commit | 175bd4204e069f8bd855ca3dcf70a78db4410936 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Dec 13 13:19:39 2011 -0800 |
committer | Keith Packard <keithp@keithp.com> | Tue Jan 03 09:31:10 2012 -0800 |
tree | 4f172f5f12853ff22d86d66bb3fe3c2ec3405f81 | |
parent | b840d907fcf6d5d5ef91af4518b3dab3a5da0f75 [diff] |
drm/i915: track sprite coverage and disable primary plane if possible To save power when the sprite is full screen, we can disable the primary plane on the same pipe. Track the sprite status and enable/disable the primary opportunistically. v2: remove primary plane enable/disable hooks; they're identical Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Keith Packard <keithp@keithp.com>