[U-Boot] [PATCH v4 2/9] rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig

Simon Glass sjg at chromium.org
Fri Jun 2 02:54:42 UTC 2017


On 31 May 2017 at 09:59, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> 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 at theobroma-systems.com>
>
> ---
>
> Changes in v4:
> - added to break down into smaller changes
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/video/rockchip/Kconfig  | 18 ++++++++++++++++++
>  drivers/video/rockchip/rk_vop.c |  3 ++-
>  2 files changed, 20 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list