Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable frame buffer compression on ironlake
@ 2010-11-19  2:00 Alex,Shi
  2010-11-19  8:47 ` Chris Wilson
  2010-11-19 10:05 ` Chris Wilson
  0 siblings, 2 replies; 4+ messages in thread
From: Alex,Shi @ 2010-11-19  2:00 UTC (permalink / raw)
  To: intel-gfx

 Open fbc will cause about 1 Watts power increase on ironlake
 for bltk-office/player benchmark. So just disable it and left
 code here to waiting for better solution.

Signed-off-by: Alex Shi <alex.shi@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 80745f8..029af7a 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -150,7 +150,7 @@ static const struct intel_device_info intel_ironlake_d_info = {
 
 static const struct intel_device_info intel_ironlake_m_info = {
 	.gen = 5, .is_mobile = 1,
-	.need_gfx_hws = 1, .has_fbc = 1, .has_rc6 = 1, .has_hotplug = 1,
+	.need_gfx_hws = 1, .has_fbc = 0, .has_rc6 = 1, .has_hotplug = 1,
 	.has_bsd_ring = 1,
 };
 
-- 
1.7.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-19 19:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19  2:00 [PATCH] Disable frame buffer compression on ironlake Alex,Shi
2010-11-19  8:47 ` Chris Wilson
2010-11-19 19:36   ` Jesse Barnes
2010-11-19 10:05 ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox