mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMIC
With all the beforehand phases and steps done, we can adverstise DRIVER_ATOMIC. Signed-off-by: Liu Ying <gnuiyl@gmail.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
f6e396e509
commit
8535c0220e
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,8 @@ static const struct drm_ioctl_desc imx_drm_ioctls[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct drm_driver imx_drm_driver = {
|
static struct drm_driver imx_drm_driver = {
|
||||||
.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME,
|
.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME |
|
||||||
|
DRIVER_ATOMIC,
|
||||||
.load = imx_drm_driver_load,
|
.load = imx_drm_driver_load,
|
||||||
.unload = imx_drm_driver_unload,
|
.unload = imx_drm_driver_unload,
|
||||||
.lastclose = imx_drm_driver_lastclose,
|
.lastclose = imx_drm_driver_lastclose,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue