|
@@ -140,7 +140,9 @@ static void tegra_encoder_dpms(struct drm_encoder *encoder, int mode)
|
|
|
if (mode != DRM_MODE_DPMS_ON) {
|
|
|
drm_panel_disable(panel);
|
|
|
tegra_output_disable(output);
|
|
|
+ drm_panel_unprepare(panel);
|
|
|
} else {
|
|
|
+ drm_panel_prepare(panel);
|
|
|
tegra_output_enable(output);
|
|
|
drm_panel_enable(panel);
|
|
|
}
|