From: "Alex,Shi" <alex.shi@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH] Disable frame buffer compression on ironlake
Date: Fri, 19 Nov 2010 10:00:03 +0800 [thread overview]
Message-ID: <1290132003.16282.44.camel@debian> (raw)
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
next reply other threads:[~2010-11-19 2:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-19 2:00 Alex,Shi [this message]
2010-11-19 8:47 ` [PATCH] Disable frame buffer compression on ironlake Chris Wilson
2010-11-19 19:36 ` Jesse Barnes
2010-11-19 10:05 ` Chris Wilson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290132003.16282.44.camel@debian \
--to=alex.shi@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox