]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/video/rockchip/rk_vop.c
rockchip: video: vop: Reserve enough space for mipi dispaly
authorEric Gao <eric.gao@rock-chips.com>
Tue, 2 May 2017 10:23:54 +0000 (18:23 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:22 +0000 (13:37 -0600)
commitc34bd8b82090718e3546ba262168467dc31a128e
tree2310be159e407add3a61a800713cf6b697fd1ecd
parent8aed0d775155d08472e2cffa382938005e48aef0
rockchip: video: vop: Reserve enough space for mipi dispaly

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@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/rockchip/rk_vop.c