]> www.infradead.org Git - nvme.git/commit
drm/i915/psr: Set DP_PSR_SU_REGION_SCANLINE_CAPTURE bit when needed
authorJouni Högander <jouni.hogander@intel.com>
Thu, 20 Jun 2024 10:33:12 +0000 (13:33 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Mon, 24 Jun 2024 04:31:56 +0000 (07:31 +0300)
commit582e372f068c813c852a48000f27c175fb11bb61
tree16730c817ac30168d87dab77d93d121695d66968
parentb1d90a862c890152bbaf847b7a78fc59af54159b
drm/i915/psr: Set DP_PSR_SU_REGION_SCANLINE_CAPTURE bit when needed

Setting DP_PSR_SU_REGION_SCANLINE_CAPTURE (Selective Update Region Scan
Line Capture Indication in spec) bit was dropped when psr_enable_sink was
split to _psr_enable_sink and _panel_replay_enable_sink. Add setting it
back.

Fixes: 32f0045f905c ("drm/i915/psr: Split enabling sink for PSR and Panel Replay")
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240620103312.903977-1-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c