commit | cfe24db7f3d28bb796031a98882e92deac650c76 | [log] [tgz] |
---|---|---|
author | Eric Gao <eric.gao@rock-chips.com> | Tue May 02 18:23:54 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed May 10 13:37:22 2017 -0600 |
tree | 2310be159e407add3a61a800713cf6b697fd1ecd | |
parent | 58791c3116180ab7b01d4c60efad2a21f1611da2 [diff] |
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>