drm: sti: clear all mixer control
[deliverable/linux.git] / drivers / gpu / drm / sti / sti_drm_crtc.c
index 36a1ad3c482319e288c539bcbf7dfbe27a72074d..d42c63f756ef45caeb6859b81f1acfda2a7bc579 100644 (file)
@@ -38,6 +38,8 @@ static void sti_drm_crtc_prepare(struct drm_crtc *crtc)
                if (clk_prepare_enable(compo->clk_compo_aux))
                        DRM_INFO("Failed to prepare/enable compo_aux clk\n");
        }
+
+       sti_mixer_clear_all_layers(mixer);
 }
 
 static void sti_drm_crtc_commit(struct drm_crtc *crtc)
This page took 0.035393 seconds and 5 git commands to generate.