|
@@ -12468,11 +12468,6 @@ static int intel_atomic_check(struct drm_device *dev,
|
|
|
ret = drm_atomic_helper_check_modeset(dev, state);
|
|
|
if (ret)
|
|
|
return ret;
|
|
|
- /* enocder->atomic_check might upgrade some crtc to a full modeset */
|
|
|
- ret = drm_atomic_helper_check_modeset(dev, state);
|
|
|
- if (ret)
|
|
|
- return ret;
|
|
|
-
|
|
|
|
|
|
for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, crtc_state, i) {
|
|
|
struct intel_crtc_state *pipe_config =
|