[PATCH v2] drm/atomic: Don't set crtc_state->enable manually

2015-06-22 Thread Daniel Vetter
On Mon, Jun 22, 2015 at 01:37:46PM +0300, Laurent Pinchart wrote: > The enable field needs to be kept in sync with the mode_blob field. Call > drm_atomic_set_mode_prop_for_crtc() instead of setting enable to false > in order to dereference the mode blob correctly. > > Signed-off-by: Laurent Pincha

[PATCH v2] drm/atomic: Don't set crtc_state->enable manually

2015-06-22 Thread Laurent Pinchart
The enable field needs to be kept in sync with the mode_blob field. Call drm_atomic_set_mode_prop_for_crtc() instead of setting enable to false in order to dereference the mode blob correctly. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_atomic_helper.c | 10 +++--- 1 file changed