]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/display: Move intel_psr_post_plane_update() at the later
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Mon, 24 Mar 2025 13:32:36 +0000 (19:02 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 25 Mar 2025 15:47:14 +0000 (21:17 +0530)
commit9c29a0dd8c6eae77f3d0addac78331d1a516dc39
tree509a7aac03cbfea45ca06eb45cfcaddf00abb0d9
parent8b68938364b6fa528d5ae1cd2ffbcd95880bff19
drm/i915/display: Move intel_psr_post_plane_update() at the later

In intel_post_plane_update() there are things which might need to do
vblank waits, so enabling PSR as early as we do now is simply
counter-productive. Therefore move intel_psr_post_plane_update() at the
last of intel_post_plane_update().

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://lore.kernel.org/r/20250324133248.4071909-5-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_display.c