]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/psr: Fix for Panel Replay X granularity DPCD register handling
authorJouni Högander <jouni.hogander@intel.com>
Wed, 25 Feb 2026 07:42:21 +0000 (09:42 +0200)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Wed, 4 Mar 2026 13:26:08 +0000 (15:26 +0200)
commita99cac460ddeb3705cb54a8421339f351586b25d
treecee154febe071324bfd12c4996ce256b94ee7729
parentace7dcc8181373a0338efa1686c5e36eb121dff2
drm/i915/psr: Fix for Panel Replay X granularity DPCD register handling

DP specification is saying value 0xff 0xff in PANEL REPLAY SELECTIVE UPDATE
X GRANULARITY CAPABILITY registers (0xb2 and 0xb3) means full-line
granularity. Take this into account when handling Panel Replay X
granularity informed by the panel.

Fixes: 1cc854647450 ("drm/i915/psr: Use SU granularity information available in intel_connector")
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7284
Tested-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patch.msgid.link/20260225074221.1744330-2-jouni.hogander@intel.com
(cherry picked from commit f5c8f824a495e849492f09a43bd965a8f4d86cb2)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/display/intel_psr.c