public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Enable FBC on GEN7 by default
@ 2014-03-25  1:21 Ben Widawsky
  2014-03-25  1:41 ` Stéphane Marchesin
  2014-03-25  7:27 ` [PATCH] " Chris Wilson
  0 siblings, 2 replies; 9+ messages in thread
From: Ben Widawsky @ 2014-03-25  1:21 UTC (permalink / raw)
  To: Intel GFX

I am not clear why we've never enabled it by default for GEN7. Looking
at the git hostiry, it seems Rodrigo disabled it by default, and it's
never been turned on. Quite a few fixes have gone in over the past year,
and I think many of us are running this successfully.

If there is some reason we know of why we don't enable this by default
on GEN7, then please ignore the patch, and forgive my laziness.

Cc: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
---
 drivers/gpu/drm/i915/intel_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index a7da962..a9890df 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -512,7 +512,7 @@ void intel_update_fbc(struct drm_device *dev)
 	adjusted_mode = &intel_crtc->config.adjusted_mode;
 
 	if (i915.enable_fbc < 0 &&
-	    INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev)) {
+	    INTEL_INFO(dev)->gen <= 6) {
 		if (set_no_fbc_reason(dev_priv, FBC_CHIP_DEFAULT))
 			DRM_DEBUG_KMS("disabled per chip default\n");
 		goto out_disable;
-- 
1.9.1

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

end of thread, other threads:[~2014-03-26  7:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25  1:21 [PATCH] drm/i915: Enable FBC on GEN7 by default Ben Widawsky
2014-03-25  1:41 ` Stéphane Marchesin
2014-03-25  1:46   ` Ben Widawsky
2014-03-25  1:50     ` Stéphane Marchesin
2014-03-25  2:13       ` [PATCH] [v2] " Ben Widawsky
2014-03-25  7:27 ` [PATCH] " Chris Wilson
2014-03-25  8:08   ` Daniel Vetter
2014-03-26  2:15   ` Stéphane Marchesin
2014-03-26  7:28     ` Chris Wilson

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