]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
authorJouni Högander <jouni.hogander@intel.com>
Thu, 13 Feb 2025 06:47:52 +0000 (08:47 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Thu, 13 Feb 2025 14:40:45 +0000 (16:40 +0200)
commit59f38b641ad004293611aac414f7fa55af29b51f
tree7f5a3d6cacdb4d7921720d96a7a0e6413f97b125
parentac6674bc94e91c25f5919efc91721264c00ab300
drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update

We are preparing for a change where only frontbuffer flush will use
single full frame bit of a new register (SFF_CTL) available on LunarLake
onwards.

It shouldn't be necessary to have SFF bit set if CFF bit is set in
PSR2_MAN_TRK_CTL -> removing setting it on all platforms as there is not
reason to have it different on older platforms.

v2: commit message improved

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