]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/video/tegra/dc/dc_priv_defs.h
video: tegra: dc: tag vrr modes using vmode
[sojka/nv-tegra/linux-3.10.git] / drivers / video / tegra / dc / dc_priv_defs.h
index 9bfcb0e981d7cd1fa61485c2208ccc3a209ed5e5..f7661743dbd9fa73c20b905da6bc8395f5132528 100644 (file)
@@ -127,13 +127,13 @@ struct tegra_dc_out_ops {
        int (*ddc_disable)(struct tegra_dc *dc);
        /* Enable/disable VRR */
        void (*vrr_enable)(struct tegra_dc *dc, bool enable);
+       /* Mark VRR-compatible modes in fb_info->info->modelist */
+       void (*vrr_update_monspecs)(struct tegra_dc *dc,
+               struct list_head *head);
        /* return if hpd asserted or deasserted */
        bool (*hpd_state) (struct tegra_dc *dc);
        /* Configure controller to receive hotplug events */
        int (*hotplug_init)(struct tegra_dc *dc);
-       /* Set up VRR mode */
-       void (*vrr_mode)(const struct tegra_dc *dc,
-                       struct fb_videomode *mode);
        int (*set_hdr)(struct tegra_dc *dc);
 };