From: Ben Widawsky <ben@bwidawsk.net>
To: "Stéphane Marchesin" <marcheu@chromium.org>
Cc: Ben Widawsky <benjamin.widawsky@linux.intel.com>,
Intel GFX <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH] drm/i915: Enable FBC on GEN7 by default
Date: Mon, 24 Mar 2014 18:46:25 -0700 [thread overview]
Message-ID: <20140325014625.GA19888@bwidawsk.net> (raw)
In-Reply-To: <CADMs+9bwBBL_odHd5Lg3kG3KdwtfQmPSjLfXSgYz42NXdkDP=Q@mail.gmail.com>
On Mon, Mar 24, 2014 at 06:41:47PM -0700, Stéphane Marchesin wrote:
> On Mon, Mar 24, 2014 at 6:21 PM, Ben Widawsky
> <benjamin.widawsky@linux.intel.com> wrote:
> > 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.
>
> Did you try with a high resolution panel? I could never get IVB FBC to
> be completely stable with a 2560x1700 panel...
>
> Stéphane
1600x900 is working fine. At my current laziness, that's the best I can
test. I can try on a higher resolution tomorrow. Perhaps the solution
would be to disable if the resolution goes above a certain point.
Honestly, I assumed there was a reason it was disabled, I just couldn't
find it.
>
> >
> > 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
> >
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ben Widawsky, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2014-03-25 1:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
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=20140325014625.GA19888@bwidawsk.net \
--to=ben@bwidawsk.net \
--cc=benjamin.widawsky@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=marcheu@chromium.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.