rk2928 hdmi:do not scale
authoryxj <yxj@rock-chips.com>
Fri, 7 Sep 2012 07:26:50 +0000 (15:26 +0800)
committeryxj <yxj@rock-chips.com>
Fri, 7 Sep 2012 07:54:22 +0000 (15:54 +0800)
drivers/video/rockchip/hdmi/chips/rk2928/rk2928_hdmi.c

index e3d4bcc5763d558ff200a3b468797c64c4c2e80e..18f61087ce8a4a4ffb216076d63402771a4f7733 100755 (executable)
@@ -128,8 +128,8 @@ static int __devinit rk2928_hdmi_probe (struct platform_device *pdev)
                ret = -ENXIO;\r
                goto err0;\r
        }\r
-       hdmi->xscale = 95;\r
-       hdmi->yscale = 95;\r
+       hdmi->xscale = 100;\r
+       hdmi->yscale = 100;\r
 #if 1  \r
        hdmi->hclk = clk_get(NULL,"pclk_hdmi");\r
        if(IS_ERR(hdmi->hclk))\r