mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
drm/i915/psr: Write PSR2_MAN_TRK_CTL on DSB commit as well
Add PSR2_MAN_TRK_CTL writing into DSB commit in intel_atomic_dsb_finish. Taking PSR lock over DSB commit is not needed because PSR2_MAN_TRK_CTL is now written only by DSB. Signed-off-by: Jouni Högander <jouni.hogander@intel.com> Reviewed-by: Animesh Manna <animesh.manna@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250213064804.2077127-8-jouni.hogander@intel.com
This commit is contained in:
@@ -7743,6 +7743,8 @@ static void intel_atomic_dsb_finish(struct intel_atomic_state *state,
|
||||
new_crtc_state);
|
||||
bdw_set_pipe_misc(new_crtc_state->dsb_commit,
|
||||
new_crtc_state);
|
||||
intel_psr2_program_trans_man_trk_ctl(new_crtc_state->dsb_commit,
|
||||
new_crtc_state);
|
||||
intel_crtc_planes_update_arm(new_crtc_state->dsb_commit,
|
||||
state, crtc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user