[U-Boot] [PATCH] rockchip: video: fix 83500000 clock mistake in rockchip HDMI

2017-02-27 Thread Nickey Yang
There is one "0" too many in 8350 mpixelclock in rockchip_mpll_cfg[]. fix it. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- drivers/video/rockchip/rk_hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/rockchip/rk_hdmi.c

[U-Boot] [PATCH] rockchip: video: fix mpixelclock in rockchip HDMI

2016-12-29 Thread Nickey Yang
Correct mpixelclock errors in rockchip_phy_config[] and rockchip_mpll_cfg[]. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- drivers/video/rockchip/rk_hdmi.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/video/rockchip/rk_hd

[U-Boot] [PATCH v4] rockchip: rk3288: set isp/vop qos priority level

2016-12-29 Thread Nickey Yang
Isp-camera preview image will be broken when dual screen display mode. This patch set isp/vop qos level higher to solve this problem. We have verified this patch on rk3288-miniarm board. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- arch/arm/include/asm/arch-rockchip/qos_rk

[U-Boot] [PATCH v3] rockchip: rk3288: set isp/vop qos priority level

2016-12-12 Thread Nickey Yang
Isp-camera preview image will be broken when dual screen display mode. This patch set isp/vop qos level higher to solve this problem. We have verified this patch on rk3288-miniarm board. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- arch/arm/include/asm/arch-rockchip/qos_rk

[U-Boot] [PATCH v2] miniarm-rk3288: set isp/vop qos priority level

2016-12-08 Thread Nickey Yang
isp-camera image will be broken when enter dual screen display mode. We set isp qos high to solve this problem. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- arch/arm/include/asm/arch-rockchip/qos_rk3288.h | 21 + board/rockchip/miniarm_rk3288/miniarm-rk

[U-Boot] [PATCH] miniarm-rk3288: set isp/vop qos priority level

2016-12-07 Thread Nickey Yang
isp-camera image will be broken when enter dual screen display mode. We set isp qos high to solve this problem. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- board/rockchip/miniarm_rk3288/miniarm-rk3288.c | 23 +++ 1 file changed, 23 insertions(+) diff

[U-Boot] [PATCH] miniarm-rk3288: set isp/vop qos priority level

2016-12-07 Thread Nickey Yang
isp-camera image will be broken when enter dual screen display mode. We set isp qos high to solve this problem. Signed-off-by: Nickey Yang <nickey.y...@rock-chips.com> --- board/rockchip/miniarm_rk3288/miniarm-rk3288.c | 23 +++ 1 file changed, 23 insertions(+) diff