]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/video/rockchip/rk_vop.c
rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 31 May 2017 15:59:29 +0000 (17:59 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 8 Jun 2017 03:30:49 +0000 (21:30 -0600)
commit89b2b6186d259014c217d887463a5030d0c5f23a
treeeb70c0d790da7c37d2339d2aa6d492fd2e148288
parentd4bee08419e5059d8e1412355f96bd1e5f5faf18
rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig

This introduces two new Kconfig options that configure the maximum
allowable framebuffer size (i.e. the memory reservation/allocation for
the framebuffer):
 - VIDEO_ROCKCHIP_MAX_XRES
 - VIDEO_ROCKCHIP_MAX_YRES
The resulting memory allocation will cover 4 byte per pixel for these
resolutions.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/rockchip/Kconfig
drivers/video/rockchip/rk_vop.c