projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e396e
)
drm/imx: atomic phase 3 step 3: Advertise DRIVER_ATOMIC
author
Liu Ying
<
[email protected]
>
Fri, 8 Jul 2016 09:41:02 +0000
(17:41 +0800)
committer
Philipp Zabel
<
[email protected]
>
Tue, 12 Jul 2016 16:24:16 +0000
(18:24 +0200)
With all the beforehand phases and steps done, we can adverstise DRIVER_ATOMIC.
Signed-off-by: Liu Ying <
[email protected]
>
Acked-by: Daniel Vetter <
[email protected]
>
Signed-off-by: Philipp Zabel <
[email protected]
>
drivers/gpu/drm/imx/imx-drm-core.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imx/imx-drm-core.c
b/drivers/gpu/drm/imx/imx-drm-core.c
index f14ad2bbc1d795e48eb3b385f32600a381b331fa..9f7dafce3a4cf8aa94e5ac8c64ca210124609fbd 100644
(file)
--- a/
drivers/gpu/drm/imx/imx-drm-core.c
+++ b/
drivers/gpu/drm/imx/imx-drm-core.c
@@
-428,7
+428,8
@@
static const struct drm_ioctl_desc imx_drm_ioctls[] = {
};
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,
.unload = imx_drm_driver_unload,
.lastclose = imx_drm_driver_lastclose,