]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/psr: Perform full frame update on async flip
authorJouni Högander <jouni.hogander@intel.com>
Thu, 4 Dec 2025 07:07:17 +0000 (09:07 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Wed, 10 Dec 2025 13:04:34 +0000 (15:04 +0200)
commite540c47fc08e4480118e1f1b68adaf688d172528
tree465e29bac07a881801a297c75dd930f06a3d8c0f
parent1f5df537fa7910a6bdc96a7cb73c65fd30e2aab5
drm/i915/psr: Perform full frame update on async flip

According to bspec selective fetch is not supported with async flips and
instructing full frame update on async flip.

v4:
  - check crtc_state->async_flip_planes in
    psr2_sel_fetch_pipe_state_supported
v3:
  - rebase
  - fix old_crtc_state->pipe_srcsz_early_tpt
  - fix using intel_atomic_get_new_crtc_state
v2:
  - check also crtc_state->async_flip_planes in
    psr2_sel_fetch_plane_state_supported

Bspec: 55229
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20251204070718.1090778-3-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c