drm/modes: Introduce the tv_mode property as a command-line option
[sfrench/cifs-2.6.git] / include / drm / drm_connector.h
index 3390b93b07e98a4bd5b202b9536adef6268223c7..9037f1317aeeeb076785788713eff86536ab73ce 100644 (file)
@@ -1374,6 +1374,18 @@ struct drm_cmdline_mode {
         * @tv_margins: TV margins to apply to the mode.
         */
        struct drm_connector_tv_margins tv_margins;
+
+       /**
+        * @tv_mode: TV mode standard. See DRM_MODE_TV_MODE_*.
+        */
+       enum drm_connector_tv_mode tv_mode;
+
+       /**
+        * @tv_mode_specified:
+        *
+        * Did the mode have a preferred TV mode?
+        */
+       bool tv_mode_specified;
 };
 
 /**