]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/psr: Write PSR2_MAN_TRK_CTL on DSB commit as well
authorJouni Högander <jouni.hogander@intel.com>
Thu, 13 Feb 2025 06:47:58 +0000 (08:47 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Thu, 13 Feb 2025 14:48:02 +0000 (16:48 +0200)
commite01cbca0ea603acd62dad647ec774e7a9e02a7a0
treeab2d55995801d192abbc0ee87ddd736f859b0772
parent1d1689ab0822942785769694cc29d150afaa7fe4
drm/i915/psr: Write PSR2_MAN_TRK_CTL on DSB commit as well

Add PSR2_MAN_TRK_CTL writing into DSB commit in intel_atomic_dsb_finish.

Taking PSR lock over DSB commit is not needed because PSR2_MAN_TRK_CTL is
now written only by DSB.

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/20250213064804.2077127-8-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_display.c