commit | 16c59ef33b389217c29122235e475557bc1412a1 | [log] [tgz] |
---|---|---|
author | Alex Shi <alex.shi@intel.com> | Fri Nov 19 09:33:55 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 19 09:36:21 2010 +0000 |
tree | 3f6f80a9582d83b0ae051bc8f6d51cd25d2a992a | |
parent | e7dbb2f2f8ac843ab5e4d6a8e9a71d16089d324b [diff] |
drm/i915: Disable FBC on Ironlake to save 1W Frame buffer compression is broken on Ironlake due to buggy hardware. Currently it is disabled through chicken bits, but it still consumes over 1W more than if we simply never attempt to enable the FBC code paths. Signed-off-by: Alex Shi <alex.shi@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org