[U-Boot] [PATCH v8 6/9] rockchip: video: vop: Reserve enough space for mipi dispaly
sjg at google.com
sjg at google.com
Wed May 3 02:51:49 UTC 2017
plat->size here is used to reserve frame buffer space befor relocation.
our mipi panel use 24 bitwidth, and vop require 32bit align. So the frame
buffer size should be at least 1920*1200*32/8.
Signed-off-by: Eric Gao <eric.gao at rock-chips.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes in v8: None
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3:
-Add more description in the commit message
Changes in v2:
-Extend frame buffer size for mipi display
drivers/video/rockchip/rk_vop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-rockchip/next, thanks!
More information about the U-Boot
mailing list