]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/lobf: Add lobf enablement in post plane update
authorAnimesh Manna <animesh.manna@intel.com>
Wed, 23 Apr 2025 09:23:25 +0000 (14:53 +0530)
committerAnimesh Manna <animesh.manna@intel.com>
Thu, 24 Apr 2025 08:24:24 +0000 (13:54 +0530)
commit172757acd6f60625f09760ef0ffdcac01d8ed58a
tree18885786c80005c129fe43b81f4d36d22c7b8f6e
parent278a7be9b8d587017098cbfae39ee136337f1776
drm/i915/lobf: Add lobf enablement in post plane update

Enablement of LOBF is added in post plane update whenever
has_lobf flag is set. As LOBF can be enabled in non-psr
case as well so adding in post plane update. There is no
change of configuring alpm with psr path.

v1: Initial version.
v2: Use encoder-mask to find the associated encoder from
crtc-state. [Jani]
v3: Remove alpm_configure from intel_psr.c. [Jouni]

Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://lore.kernel.org/r/20250423092334.2294483-3-animesh.manna@intel.com
drivers/gpu/drm/i915/display/intel_alpm.c
drivers/gpu/drm/i915/display/intel_alpm.h
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_psr.c