From: "Govindapillai, Vinod" <vinod.govindapillai@intel.com>
To: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>,
"Taylor, Clinton A" <clinton.a.taylor@intel.com>
Subject: Re: [PATCH v3] drm/i915/display: Fuse bit for power management disable removed
Date: Thu, 31 Oct 2024 12:45:07 +0000 [thread overview]
Message-ID: <fa0d1b8d652393dbcb0fd4d7033efbe118cb9c94.camel@intel.com> (raw)
In-Reply-To: <e62e1ab9eda0e7cb58bf132cc31dae684200c3fe.camel@intel.com>
On Thu, 2024-10-31 at 07:58 +0000, Govindapillai, Vinod wrote:
> On Wed, 2024-10-30 at 12:55 -0700, Clint Taylor wrote:
> > Starting with display version 13 the fuse bit to disable Display PM has
> > been removed.
> >
> > v2: Bit removed starting with display version 13 (MattR)
> > v3: DG2 still uses this fuse bit (MattR)
> >
> > BSPEC: 50075, 69464
> > Cc: Matt Roper <matthew.d.roper@intel.com>
> > Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com>
> > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > ---
> > drivers/gpu/drm/i915/display/intel_display_device.c | 6 ++++--
> > 1 file changed, 4 insertions(+), 2 deletions(-)
>
> Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
>
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c
> > b/drivers/gpu/drm/i915/display/intel_display_device.c
> > index a2ae07f6d1b7..7465e1715cc8 100644
> > --- a/drivers/gpu/drm/i915/display/intel_display_device.c
> > +++ b/drivers/gpu/drm/i915/display/intel_display_device.c
> > @@ -1775,8 +1775,10 @@ static void __intel_display_device_info_runtime_init(struct
> > drm_i915_private *i9
> > if (dfsm & SKL_DFSM_DISPLAY_HDCP_DISABLE)
> > display_runtime->has_hdcp = 0;
> >
> > - if (dfsm & SKL_DFSM_DISPLAY_PM_DISABLE)
> > - display_runtime->fbc_mask = 0;
> > + if (IS_DG2(i915) || DISPLAY_VER(i915) < 13) {
Btw, just remembered that it is recommended to use "display" over "i915" from now onward.
So you could use DISPLAY_VER(display) < 13 here.
Previous RB-ed by stays and may be you could update it while merging.
BR
Vinod
> > + if (dfsm & SKL_DFSM_DISPLAY_PM_DISABLE)
> > + display_runtime->fbc_mask = 0;
> > + }
> >
> > if (DISPLAY_VER(i915) >= 11 && (dfsm & ICL_DFSM_DMC_DISABLE))
> > display_runtime->has_dmc = 0;
>
next prev parent reply other threads:[~2024-10-31 12:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 19:55 [PATCH v3] drm/i915/display: Fuse bit for power management disable removed Clint Taylor
2024-10-30 22:11 ` ✓ Fi.CI.BAT: success for drm/i915/display: Fuse bit for power management disable removed (rev3) Patchwork
2024-10-31 7:37 ` [PATCH v3] drm/i915/display: Fuse bit for power management disable removed Hogander, Jouni
2024-10-31 7:58 ` Govindapillai, Vinod
2024-10-31 12:45 ` Govindapillai, Vinod [this message]
2024-10-31 8:56 ` ✗ Fi.CI.IGT: failure for drm/i915/display: Fuse bit for power management disable removed (rev3) 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=fa0d1b8d652393dbcb0fd4d7033efbe118cb9c94.camel@intel.com \
--to=vinod.govindapillai@intel.com \
--cc=clinton.a.taylor@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@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