From: "Maxime Ripard" <mripard@kernel.org>
To: "Jani Nikula" <jani.nikula@intel.com>
Cc: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, simon1.yang@intel.com,
"Doug Anderson" <dianders@chromium.org>,
"Heikki Krogerus" <heikki.krogerus@linux.intel.com>,
"Lee Shawn C" <shawn.c.lee@intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Wysocki Rafael J" <rafael.j.wysocki@intel.com>
Subject: Re: [PATCH 4/4] drm/i915/panel: sync panel prepared state at register
Date: Tue, 10 Jun 2025 12:02:18 +0000 [thread overview]
Message-ID: <570bc3667c18264c77eab0e7880bb676@kernel.org> (raw)
In-Reply-To: <a33e4fe5e9970aed9c4aef8c426c00a189149c32.1749199013.git.jani.nikula@intel.com>
On Fri, 6 Jun 2025 12:05:12 +0300, Jani Nikula wrote:
> If the panel is enabled at probe, and we take over the hardware state,
> the drm_panel prepared state will be out of sync. We'll need to notify
> drm_panel framework about the state at probe, so it can in turn notify
> the panel followers.
>
>
> [ ... ]
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Thanks!
Maxime
next prev parent reply other threads:[~2025-06-10 12:02 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-06 9:05 [PATCH 0/4] drm/panel, drm/i915: ACPI support for panel follower Jani Nikula
2025-06-06 9:05 ` [PATCH 1/4] drm/panel: use fwnode based lookups for panel followers Jani Nikula
2025-06-06 15:45 ` Lee, Shawn C
2025-06-10 0:06 ` Doug Anderson
2025-06-10 9:36 ` Jani Nikula
2025-06-10 8:01 ` Murthy, Arun R
2025-06-10 9:41 ` [PATCH v2] " Jani Nikula
2025-06-10 12:01 ` [PATCH 1/4] " Maxime Ripard
2025-06-06 9:05 ` [PATCH 2/4] drm/i915/panel: add panel register/unregister Jani Nikula
2025-06-06 15:48 ` Lee, Shawn C
2025-06-10 8:09 ` Murthy, Arun R
2025-06-10 9:00 ` Jani Nikula
2025-06-10 12:01 ` Maxime Ripard
2025-06-06 9:05 ` [PATCH 3/4] drm/i915/panel: register drm_panel and call prepare/unprepare for ICL+ DSI Jani Nikula
2025-06-06 15:50 ` Lee, Shawn C
2025-06-10 8:21 ` Murthy, Arun R
2025-06-10 9:08 ` Jani Nikula
2025-06-10 12:01 ` Maxime Ripard
2025-06-06 9:05 ` [PATCH 4/4] drm/i915/panel: sync panel prepared state at register Jani Nikula
2025-06-06 15:52 ` Lee, Shawn C
2025-06-10 8:30 ` Murthy, Arun R
2025-06-10 12:02 ` Maxime Ripard [this message]
2025-06-06 9:12 ` ✓ CI.Patch_applied: success for drm/panel, drm/i915: ACPI support for panel follower Patchwork
2025-06-06 9:12 ` ✓ CI.checkpatch: " Patchwork
2025-06-06 9:13 ` ✓ CI.KUnit: " Patchwork
2025-06-06 9:24 ` ✓ CI.Build: " Patchwork
2025-06-06 9:27 ` ✓ CI.Hooks: " Patchwork
2025-06-06 9:28 ` ✗ CI.checksparse: warning " Patchwork
2025-06-06 9:55 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-06 11:03 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2025-06-06 11:26 ` ✓ i915.CI.BAT: success " Patchwork
2025-06-06 22:50 ` ✓ i915.CI.Full: " Patchwork
2025-06-08 12:26 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-10 10:19 ` ✓ CI.Patch_applied: success for drm/panel, drm/i915: ACPI support for panel follower (rev2) Patchwork
2025-06-10 10:19 ` ✓ CI.checkpatch: " Patchwork
2025-06-10 10:20 ` ✓ CI.KUnit: " Patchwork
2025-06-10 10:31 ` ✓ CI.Build: " Patchwork
2025-06-10 10:34 ` ✓ CI.Hooks: " Patchwork
2025-06-10 10:35 ` ✗ CI.checksparse: warning " Patchwork
2025-06-10 10:47 ` ✓ i915.CI.BAT: success " Patchwork
2025-06-10 10:59 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-10 12:02 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-10 12:33 ` ✓ i915.CI.Full: success " Patchwork
2025-06-11 10:07 ` [PATCH 0/4] drm/panel, drm/i915: ACPI support for panel follower Jani Nikula
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=570bc3667c18264c77eab0e7880bb676@kernel.org \
--to=mripard@kernel.org \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=rafael.j.wysocki@intel.com \
--cc=shawn.c.lee@intel.com \
--cc=simon1.yang@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 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.