All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: Clinton Taylor <Clinton.A.Taylor@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH v3] drm/i915: Add Wa_1409120013:icl,ehl
Date: Fri, 14 Jun 2019 07:27:23 -0700	[thread overview]
Message-ID: <20190614142723.GD32200@mdroper-desk.amr.corp.intel.com> (raw)
In-Reply-To: <957c710d-78bb-0e03-4937-e467f3803854@intel.com>

On Wed, Jun 12, 2019 at 11:40:53AM -0700, Clinton Taylor wrote:
> Looks good now.
> 
> Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com>
> 

CI came back clean, so pushed to dinq.  Thanks for the review.


Matt

> 
> -Clint
> 
> 
> On 6/12/19 11:36 AM, Matt Roper wrote:
> > This chicken bit should be set before enabling FBC to avoid screen
> > corruption when the plane size has odd vertical and horizontal
> > dimensions.  It is safe to leave the bit set even when FBC is disabled.
> > 
> > v2:
> >   - The bspec's name for this bit on these platforms ("Spare 14") is
> >     pretty meaningless.  Let's rename the bit definition to something
> >     that more accurately reflects what the bit really does.  (Clint)
> > 
> > v3:
> >   - The chicken register was already defined (along with a few other
> >     gen9-specific bits) farther down.  Just add the new bit definition
> >     there.  (Clint)
> > 
> > Cc: Clinton Taylor <Clinton.A.Taylor@intel.com>
> > Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
> > ---
> >   drivers/gpu/drm/i915/i915_reg.h  | 1 +
> >   drivers/gpu/drm/i915/intel_fbc.c | 4 ++++
> >   2 files changed, 5 insertions(+)
> > 
> > diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
> > index edf9f93934a1..368ee717580c 100644
> > --- a/drivers/gpu/drm/i915/i915_reg.h
> > +++ b/drivers/gpu/drm/i915/i915_reg.h
> > @@ -3163,6 +3163,7 @@ enum i915_power_well_id {
> >   #define ILK_DPFC_FENCE_YOFF	_MMIO(0x43218)
> >   #define ILK_DPFC_CHICKEN	_MMIO(0x43224)
> >   #define   ILK_DPFC_DISABLE_DUMMY0 (1 << 8)
> > +#define   ILK_DPFC_CHICKEN_COMP_DUMMY_PIXEL	(1 << 14)
> >   #define   ILK_DPFC_NUKE_ON_ANY_MODIFICATION	(1 << 23)
> >   #define ILK_FBC_RT_BASE		_MMIO(0x2128)
> >   #define   ILK_FBC_RT_VALID	(1 << 0)
> > diff --git a/drivers/gpu/drm/i915/intel_fbc.c b/drivers/gpu/drm/i915/intel_fbc.c
> > index 5679f2fffb7c..d36cada2cc7d 100644
> > --- a/drivers/gpu/drm/i915/intel_fbc.c
> > +++ b/drivers/gpu/drm/i915/intel_fbc.c
> > @@ -344,6 +344,10 @@ static void gen7_fbc_activate(struct drm_i915_private *dev_priv)
> >   			   HSW_FBCQ_DIS);
> >   	}
> > +	if (IS_GEN(dev_priv, 11))
> > +		/* Wa_1409120013:icl,ehl */
> > +		I915_WRITE(ILK_DPFC_CHICKEN, ILK_DPFC_CHICKEN_COMP_DUMMY_PIXEL);
> > +
> >   	I915_WRITE(ILK_DPFC_CONTROL, dpfc_ctl | DPFC_CTL_EN);
> >   	intel_fbc_recompress(dev_priv);

-- 
Matt Roper
Graphics Software Engineer
IoTG Platform Enabling & Development
Intel Corporation
(916) 356-2795
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2019-06-14 14:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-10 22:27 [PATCH] drm/i915: Add Wa_1409120013:icl,ehl Matt Roper
2019-06-10 23:19 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-06-12  6:52 ` ✓ Fi.CI.IGT: " Patchwork
2019-06-12 17:03 ` [PATCH] " Clinton Taylor
2019-06-12 18:16   ` [PATCH v2] " Matt Roper
2019-06-12 18:27     ` Matt Roper
2019-06-12 18:36       ` [PATCH v3] " Matt Roper
2019-06-12 18:40         ` Clinton Taylor
2019-06-14 14:27           ` Matt Roper [this message]
2019-06-12 19:28 ` ✓ Fi.CI.BAT: success for drm/i915: Add Wa_1409120013:icl,ehl (rev3) Patchwork
2019-06-14 13:31 ` ✓ Fi.CI.IGT: " Patchwork

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=20190614142723.GD32200@mdroper-desk.amr.corp.intel.com \
    --to=matthew.d.roper@intel.com \
    --cc=Clinton.A.Taylor@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 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.