mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 15:06:23 +07:00
drm/msm: add missing DRIVER_ATOMIC flag
Somehow this got lost when msm atomic support was first merged. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
2671618551
commit
a5436e1d24
@ -885,6 +885,7 @@ static struct drm_driver msm_driver = {
|
||||
DRIVER_GEM |
|
||||
DRIVER_PRIME |
|
||||
DRIVER_RENDER |
|
||||
DRIVER_ATOMIC |
|
||||
DRIVER_MODESET,
|
||||
.load = msm_load,
|
||||
.unload = msm_unload,
|
||||
|
Loading…
Reference in New Issue
Block a user