]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Always enable atomic API
authorDaniel Stone <daniels@collabora.com>
Tue, 23 Jun 2015 13:18:58 +0000 (14:18 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 24 Jun 2015 01:21:35 +0000 (11:21 +1000)
commit73a8e9d080a12bb40d980af460907bf1f3ded690
treebfd1263f9b01180cf183e683775c0cecbf815960
parent4aca224e962089814520e083e9587992b4c2a83a
drm: Always enable atomic API

Now that the interface has been proven by a port of Weston (using all
atomic features including TEST_ONLY), remove the module parameter
guarding the atomic API from being exposed, and let it run free in the
wild.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_ioctl.c