mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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 <stanislav.lisovskiy@intel.com> Fixes:0ff0e219d9("drm/i915: Compute clocks earlier") Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230628141017.18937-1-stanislav.lisovskiy@intel.com (cherry picked from commitcbaf758809) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
This commit is contained in:
committed by
Tvrtko Ursulin
parent
06c2afb862
commit
5c413188c6
@@ -4564,7 +4564,6 @@ copy_bigjoiner_crtc_state_modeset(struct intel_atomic_state *state,
|
|||||||
saved_state->uapi = slave_crtc_state->uapi;
|
saved_state->uapi = slave_crtc_state->uapi;
|
||||||
saved_state->scaler_state = slave_crtc_state->scaler_state;
|
saved_state->scaler_state = slave_crtc_state->scaler_state;
|
||||||
saved_state->shared_dpll = slave_crtc_state->shared_dpll;
|
saved_state->shared_dpll = slave_crtc_state->shared_dpll;
|
||||||
saved_state->dpll_hw_state = slave_crtc_state->dpll_hw_state;
|
|
||||||
saved_state->crc_enabled = slave_crtc_state->crc_enabled;
|
saved_state->crc_enabled = slave_crtc_state->crc_enabled;
|
||||||
|
|
||||||
intel_crtc_free_hw_state(slave_crtc_state);
|
intel_crtc_free_hw_state(slave_crtc_state);
|
||||||
|
|||||||
Reference in New Issue
Block a user