[RFC PATCH 27/37] drm: atomic: Allow setting CRTC active property

2015-03-20 Thread Daniel Vetter
On Thu, Mar 19, 2015 at 04:33:26AM +, Daniel Stone wrote: > Before, we would set the property, but also return -EINVAL because of a > broken fallthrough. > > Signed-off-by: Daniel Stone Oops. Both of these merged to drm-misc. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation

[RFC PATCH 27/37] drm: atomic: Allow setting CRTC active property

2015-03-19 Thread Daniel Stone
Before, we would set the property, but also return -EINVAL because of a broken fallthrough. Signed-off-by: Daniel Stone --- drivers/gpu/drm/drm_atomic.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c index