Skip to content

Commit 5c41318

Browse files
StanFox1984tursulin
authored andcommitted
drm/i915: Don't preserve dpll_hw_state for slave crtc in Bigjoiner
If we are using Bigjoiner dpll_hw_state is supposed to be exactly same as for master crtc, so no need to save it's state for slave crtc. Signed-off-by: Stanislav Lisovskiy <[email protected]> Fixes: 0ff0e21 ("drm/i915: Compute clocks earlier") Reviewed-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit cbaf758) Signed-off-by: Tvrtko Ursulin <[email protected]>
1 parent 06c2afb commit 5c41318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/display/intel_display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4564,7 +4564,6 @@ copy_bigjoiner_crtc_state_modeset(struct intel_atomic_state *state,
45644564
saved_state->uapi = slave_crtc_state->uapi;
45654565
saved_state->scaler_state = slave_crtc_state->scaler_state;
45664566
saved_state->shared_dpll = slave_crtc_state->shared_dpll;
4567-
saved_state->dpll_hw_state = slave_crtc_state->dpll_hw_state;
45684567
saved_state->crc_enabled = slave_crtc_state->crc_enabled;
45694568

45704569
intel_crtc_free_hw_state(slave_crtc_state);

0 commit comments

Comments
 (0)