HDMI: rk_fb_disp_scale is disabled.

Overscan function is achieved by fb driver, so HDMI
	driver do not call this function.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang
2015-04-14 19:35:22 +08:00
parent e1bce0140d
commit 5e925ef55c

View File

@@ -173,11 +173,11 @@ int hdmi_set_lcdc(struct hdmi *hdmi)
if (rc == 0) {
rk_fb_switch_screen(&screen, 1, hdmi->lcdc->id);
if (rk_fb_get_display_policy() != DISPLAY_POLICY_BOX)
/* if (rk_fb_get_display_policy() != DISPLAY_POLICY_BOX)
rk_fb_disp_scale(hdmi->xscale,
hdmi->yscale,
hdmi->lcdc->id);
}
*/ }
return rc;
}