[PATCH 5/7] drm/omap: set DRIVER_ATOMIC for omapdrm

2015-12-13 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wednesday 09 December 2015 17:38:09 Tomi Valkeinen wrote: > omapdrm supports atomic modesetting, and it seems to work ok. So let's > set the flag to enable the atomic modesetting API support. > > Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart >

[PATCH 5/7] drm/omap: set DRIVER_ATOMIC for omapdrm

2015-12-09 Thread Tomi Valkeinen
omapdrm supports atomic modesetting, and it seems to work ok. So let's set the flag to enable the atomic modesetting API support. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/omap_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/omapdrm/oma