summaryrefslogtreecommitdiffstats
path: root/video/out/drm_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/drm_common.c')
-rw-r--r--video/out/drm_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/drm_common.c b/video/out/drm_common.c
index 0f65a8426a..0f6b5595ec 100644
--- a/video/out/drm_common.c
+++ b/video/out/drm_common.c
@@ -81,8 +81,6 @@ const struct m_sub_options drm_conf = {
.help = drm_connector_opt_help},
{"drm-mode", OPT_STRING_VALIDATE(mode_spec, drm_validate_mode_opt),
.help = drm_mode_opt_help},
- {"drm-atomic", OPT_CHOICE(drm_atomic, {"no", 0}, {"auto", 1}),
- .deprecation_message = "this option is deprecated: DRM Atomic is required"},
{"drm-draw-plane", OPT_CHOICE(draw_plane,
{"primary", DRM_OPTS_PRIMARY_PLANE},
{"overlay", DRM_OPTS_OVERLAY_PLANE}),
@@ -104,7 +102,6 @@ const struct m_sub_options drm_conf = {
},
.defaults = &(const struct drm_opts) {
.mode_spec = "preferred",
- .drm_atomic = 1,
.draw_plane = DRM_OPTS_PRIMARY_PLANE,
.drmprime_video_plane = DRM_OPTS_OVERLAY_PLANE,
.drm_format = DRM_OPTS_FORMAT_XRGB8888,