[Intel-gfx] [PATCH 05/20] drm/i915: Update dummy connector atomic state with current config

Daniel Vetter daniel at ffwll.ch
Thu Mar 26 08:27:49 PDT 2015


On Fri, Mar 20, 2015 at 04:18:05PM +0200, Ander Conselvan de Oliveira wrote:
> @@ -10136,6 +10157,8 @@ static void intel_modeset_commit_output_state(struct drm_device *dev)
>  		crtc->base.state->enable = crtc->new_enabled;
>  		crtc->base.enabled = crtc->new_enabled;
>  	}
> +
> +	intel_modeset_update_connector_atomic_state(dev);

Just an aside: I think we should move the crtc state update and the
updated vblank timings right before the call to intel_modeset_update_state
into that itself. I spent a bit of time looking for that logic until I
found it ;-)
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list