From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>,
"Kahola, Mika" <mika.kahola@intel.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk
Date: Thu, 30 Apr 2026 10:58:50 +0000 [thread overview]
Message-ID: <3a1936aa917adb7df7c4e4b634354592a76fb861.camel@intel.com> (raw)
In-Reply-To: <DS4PPF69154114FE9604C350EDB98C8F30BEF372@DS4PPF69154114F.namprd11.prod.outlook.com>
On Tue, 2026-04-28 at 12:25 +0000, Kahola, Mika wrote:
> > -----Original Message-----
> > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf
> > Of Jouni Högander
> > Sent: Monday, 27 April 2026 16.06
> > To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> > Cc: Hogander, Jouni <jouni.hogander@intel.com>
> > Subject: [PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16
> > DA16260 as a quirk
> >
> > We are observing same problems with Dell XPS 16 DA16260 as we saw
> > with XPS
> > 14 DA16260. This device seem to have also LGD panel with same
> > feature as in XPS 14. Due to this disable Panel Replay as a
> > quirk on this setup as well.
> >
> > Closes:
> > https://gitlab.freedesktop.org/drm/xe/kernel/-/work_items/7682
>
> Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Thank you Mika. This is now pushed to drm-intel-next.
BR,
Jouni Högander
>
> > Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> > ---
> > drivers/gpu/drm/i915/display/intel_quirks.c | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_quirks.c
> > b/drivers/gpu/drm/i915/display/intel_quirks.c
> > index 883f297d4b83..b6e840bffd44 100644
> > --- a/drivers/gpu/drm/i915/display/intel_quirks.c
> > +++ b/drivers/gpu/drm/i915/display/intel_quirks.c
> > @@ -269,6 +269,14 @@ static const struct intel_dpcd_quirk
> > intel_dpcd_quirks[] = {
> > .sink_oui = SINK_OUI(0x00, 0x22, 0xb9),
> > .hook = quirk_disable_edp_panel_replay,
> > },
> > + /* Dell XPS 16 DA16260 */
> > + {
> > + .device = DEVICE_ID_ANY,
> > + .subsystem_vendor = 0x1028,
> > + .subsystem_device = 0x0dba,
> > + .sink_oui = SINK_OUI(0x00, 0x22, 0xb9),
> > + .hook = quirk_disable_edp_panel_replay,
> > + },
> > };
> >
> > void intel_init_quirks(struct intel_display *display)
> > --
> > 2.43.0
>
prev parent reply other threads:[~2026-04-30 10:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 13:05 [PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk Jouni Högander
2026-04-27 16:52 ` ✓ CI.KUnit: success for " Patchwork
2026-04-27 17:42 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-27 20:23 ` ✓ Xe.CI.FULL: " Patchwork
2026-04-28 12:25 ` [PATCH] " Kahola, Mika
2026-04-30 10:58 ` Hogander, Jouni [this message]
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=3a1936aa917adb7df7c4e4b634354592a76fb861.camel@intel.com \
--to=jouni.hogander@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=mika.kahola@intel.com \
/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