mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
video/rga: fix rga support flip
Change-Id: Ib5283779e08d1e58ff8a1fb5e3eb662aa8f0d130 Signed-off-by: Zikim,Wei <wzq@rock-chips.com> (cherry picked from commit 7318eabddc3799460319181f9ffd34f2116a9e46)
This commit is contained in:
@@ -25,7 +25,7 @@ extern rga_service_info rga_service;
|
||||
void
|
||||
matrix_cal(const struct rga_req *msg, TILE_INFO *tile)
|
||||
{
|
||||
uint32_t x_time, y_time;
|
||||
uint64_t x_time, y_time;
|
||||
uint64_t sina, cosa;
|
||||
|
||||
int s_act_w, s_act_h, d_act_w, d_act_h;
|
||||
|
||||
Reference in New Issue
Block a user