mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user