]> 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)
committerJouni Högander <jouni.hogander@intel.com>
Wed, 4 Mar 2026 09:54:50 +0000 (11:54 +0200)
commitf5c8f824a495e849492f09a43bd965a8f4d86cb2
treeedfdc0e821f74c4c3104eea2ac0825e9467b7be0
parentb93311673263bb98a200ab1cb6304f969bdada5c
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
drivers/gpu/drm/i915/display/intel_psr.c