]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/panel: sync panel prepared state at register
authorJani Nikula <jani.nikula@intel.com>
Fri, 6 Jun 2025 09:05:12 +0000 (12:05 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 11 Jun 2025 08:48:05 +0000 (11:48 +0300)
commit6e3a1433fa41e9b321ff66253501ba22aad26c0f
tree5ebe907c3e7c7e9879921d4c273b6e570a745cbe
parent3fdd5bfbd6381e4acf86ee1d00a87d49fd39fdc6
drm/i915/panel: sync panel prepared state at register

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.

Cc: Lee Shawn C <shawn.c.lee@intel.com>
Tested-by: Lee Shawn C <shawn.c.lee@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Link: https://lore.kernel.org/r/a33e4fe5e9970aed9c4aef8c426c00a189149c32.1749199013.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_panel.c