]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/psr: Do PSR exit on frontbuffer flush on LunarLake and onwards
authorJouni Högander <jouni.hogander@intel.com>
Tue, 27 Jan 2026 12:41:18 +0000 (14:41 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Mon, 2 Feb 2026 06:13:39 +0000 (08:13 +0200)
commit3a49c54eeffde852b8d3339b30d55a3f29ef4511
tree273af5d0e8a56850613bd6e96a5d6cfc96509921
parent74222f79bc1643c13bf1d8ee065fc9a895c105c4
drm/i915/psr: Do PSR exit on frontbuffer flush on LunarLake and onwards

We need to use intel_psr_exit in frontbuffer flush on LunarLake and
onwards if we want to move using trans push mechanism to trigger Frame
Change event.

Keep PSR1 and PSR2 HW tracking as it is for older platforms as this was
seen causing problems there.

v2: typo fixed

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patch.msgid.link/20260127124120.1069026-10-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c