mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
video: rockchip: rga3: fix the wrong reserved memory size in rga_req
Fixes: 0d6962db93 ("video: rockchip: rga3: add support guass3x3")
Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
Change-Id: I7c3d62bcb9e2d7bafdcc01e1e93c6a84e365ffc9
This commit is contained in:
@@ -753,7 +753,7 @@ struct rga_req {
|
||||
|
||||
struct rga_gauss_config gauss_config;
|
||||
|
||||
uint8_t reservr[27];
|
||||
uint8_t reservr[24];
|
||||
};
|
||||
|
||||
struct rga_alpha_config {
|
||||
|
||||
Reference in New Issue
Block a user