Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad906599 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: Advertise DRIVER_ATOMIC



The driver has supported atomic mode-setting for quite a while. It's
time to advertise that.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d2d8c358
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -919,7 +919,8 @@ static void tegra_debugfs_cleanup(struct drm_minor *minor)
#endif

static struct drm_driver tegra_drm_driver = {
	.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME,
	.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME |
			   DRIVER_ATOMIC,
	.load = tegra_drm_load,
	.unload = tegra_drm_unload,
	.open = tegra_drm_open,