]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/video/tegra/dc/hdmi_state_machine.c
video: tegra: dc: tag vrr modes using vmode
[sojka/nv-tegra/linux-3.10.git] / drivers / video / tegra / dc / hdmi_state_machine.c
index dc65c38c861c615a1990ad78842172e6f41e8ef1..a2f291982d2bb763a0eba0e108f024727b6958a1 100644 (file)
@@ -208,7 +208,7 @@ static void hdmi_disable_l(struct tegra_dc_hdmi_data *hdmi)
 #ifdef CONFIG_ADF_TEGRA
        tegra_adf_process_hotplug_disconnected(hdmi->dc->adf);
 #else
-       tegra_fb_update_monspecs(hdmi->dc->fb, NULL, NULL, NULL);
+       tegra_fb_update_monspecs(hdmi->dc->fb, NULL, NULL);
 #endif
 #ifdef CONFIG_TEGRA_DC_EXTENSIONS
        if (was_connected)
@@ -305,7 +305,7 @@ static void handle_check_edid_l(struct tegra_dc_hdmi_data *hdmi)
 #endif
 #ifdef CONFIG_TEGRA_DC_EXTENSIONS
        tegra_fb_update_monspecs(hdmi->dc->fb, &specs,
-               tegra_dc_hdmi_mode_filter, NULL);
+               tegra_dc_hdmi_mode_filter);
 #endif
 #ifdef CONFIG_SWITCH
        state = tegra_edid_audio_supported(hdmi->edid) ? 1 : 0;