[PATCH 3/4] video: rockchip: Support 4K resolution for rk3288, HDMI

Kever Yang kever.yang at rock-chips.com
Fri Oct 30 16:04:55 CET 2020


On 2020/10/24 上午3:57, Jagan Teki wrote:
> Like, rk3399 the rk3288 also supports 4K resolution.
>
> So, enable it for rk3288 with HDMI platforms.
>
> Right now, rockchip video drivers are supporting for rk3288,
> rk3399 SoC families, so mark the 4K resolution by default
> if it's an HDMI video out.
>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
> Cc: Anatolij Gustschin <agust at denx.de>
Reviewed-by: Kever Yang<kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   drivers/video/rockchip/Kconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
> index 5215a71f99..0ade631bd5 100644
> --- a/drivers/video/rockchip/Kconfig
> +++ b/drivers/video/rockchip/Kconfig
> @@ -22,7 +22,7 @@ menuconfig VIDEO_ROCKCHIP
>   config VIDEO_ROCKCHIP_MAX_XRES
>           int "Maximum horizontal resolution (for memory allocation purposes)"
>   	depends on VIDEO_ROCKCHIP
> -	default 3840 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
> +	default 3840 if DISPLAY_ROCKCHIP_HDMI
>   	default 1920
>   	help
>   	  The maximum horizontal resolution to support for the framebuffer.
> @@ -32,7 +32,7 @@ config VIDEO_ROCKCHIP_MAX_XRES
>   config VIDEO_ROCKCHIP_MAX_YRES
>           int "Maximum vertical resolution (for memory allocation purposes)"
>   	depends on VIDEO_ROCKCHIP
> -	default 2160 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
> +	default 2160 if DISPLAY_ROCKCHIP_HDMI
>   	default 1080
>   	help
>   	  The maximum vertical resolution to support for the framebuffer.




More information about the U-Boot mailing list