
2 Jun
2017
2 Jun
'17
4:54 a.m.
On 31 May 2017 at 09:59, Philipp Tomsich philipp.tomsich@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@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@chromium.org