From c4061043b429f47e0cfd4a4222045b9766e3e3d3 Mon Sep 17 00:00:00 2001 From: zsq Date: Fri, 18 May 2012 17:00:51 +0800 Subject: [PATCH] fix rga prescale mode dst height bug --- drivers/video/rockchip/rga/RGA_API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/rockchip/rga/RGA_API.c b/drivers/video/rockchip/rga/RGA_API.c index 9af4be6d408e..4750da219dc1 100755 --- a/drivers/video/rockchip/rga/RGA_API.c +++ b/drivers/video/rockchip/rga/RGA_API.c @@ -160,7 +160,7 @@ int32_t RGA_gen_two_pro(struct rga_req *msg, struct rga_req *msg1) } else { - dah = msg->dst.act_h; + dah = msg->src.act_h; } msg->dst.act_h = dah; -- 2.34.1