[PATCH 11/11] drm: atomic: Add MODE_ID property

2015-05-26 Thread Daniel Vetter
On Mon, May 25, 2015 at 02:06:13PM +0100, Daniel Stone wrote: > On 22 May 2015 at 15:34, Daniel Vetter wrote: > > On Fri, May 22, 2015 at 01:34:54PM +0100, Daniel Stone wrote: > >> - /* FIXME: Mode prop is missing, which also controls ->enable. */ > >> if (property ==

[PATCH 11/11] drm: atomic: Add MODE_ID property

2015-05-25 Thread Daniel Stone
Hi, On 22 May 2015 at 15:34, Daniel Vetter wrote: > On Fri, May 22, 2015 at 01:34:54PM +0100, Daniel Stone wrote: >> - /* FIXME: Mode prop is missing, which also controls ->enable. */ >> if (property == config->prop_active) >> state->active = val; >> + else if

[PATCH 11/11] drm: atomic: Add MODE_ID property

2015-05-22 Thread Daniel Vetter
On Fri, May 22, 2015 at 01:34:54PM +0100, Daniel Stone wrote: > Atomic modesetting: now with modesetting support. > > Signed-off-by: Daniel Stone > Tested-by: Sean Paul > --- > drivers/gpu/drm/drm_atomic.c | 12 +++- > drivers/gpu/drm/drm_crtc.c | 7 +++ > include/drm/drm_crtc.h

[PATCH 11/11] drm: atomic: Add MODE_ID property

2015-05-22 Thread Daniel Stone
Atomic modesetting: now with modesetting support. Signed-off-by: Daniel Stone Tested-by: Sean Paul --- drivers/gpu/drm/drm_atomic.c | 12 +++- drivers/gpu/drm/drm_crtc.c | 7 +++ include/drm/drm_crtc.h | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) diff --git