rk3066b: set default rk610 hdmi scale 100
author姚智情 <yzq@rockchip.com>
Tue, 18 Sep 2012 06:50:35 +0000 (14:50 +0800)
committer姚智情 <yzq@rockchip.com>
Tue, 18 Sep 2012 06:50:35 +0000 (14:50 +0800)
drivers/video/rockchip/hdmi/chips/rk610/rk610_hdmi.c

index 7c072e4a66ba41911d6d1b4ce569ad11b6f2fbcb..b83af965067001f4f2005a1d5793afb6c1af1975 100755 (executable)
@@ -130,8 +130,8 @@ static int rk610_hdmi_i2c_probe(struct i2c_client *client,const struct i2c_devic
                rc = -ENXIO;\r
                goto err_request_lcdc;\r
        }\r
-       hdmi->xscale = 95;\r
-       hdmi->yscale = 95;\r
+       hdmi->xscale = 100;\r
+       hdmi->yscale = 100;\r
        hdmi->insert = rk610_hdmi_sys_insert;\r
        hdmi->remove = rk610_hdmi_sys_remove;\r
        hdmi->control_output = rk610_hdmi_sys_enalbe_output;\r