]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/psr: Introduce helper intel_psr_set_non_psr_pipes()
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 16 Oct 2025 05:54:10 +0000 (11:24 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 16 Oct 2025 13:57:38 +0000 (19:27 +0530)
commit3fdae52c3dde0e00b910fded31bbfccd24a527ae
treeb0ad86a35b3f2e9925b92a22d51a66b20c206c70
parente00eb31a5ad62126e701129b3809ab124b001d39
drm/i915/psr: Introduce helper intel_psr_set_non_psr_pipes()

Add a function to set non-psr pipes in crtc_state based on psr features.
This will help to move this part later where we re-evaluate psr features
and update the non-psr pipes.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://lore.kernel.org/r/20251016055415.2101347-7-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_psr.c