mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 07:21:23 +02:00
video: rockchip: fix HDMI 4K resolution
3480 is not valid XRES, use 3840 as default.
Fixes: 05c65a82c3
("video: rockchip: Support 4K resolution for rk3399, HDMI")
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc
This commit is contained in:
@@ -22,7 +22,7 @@ menuconfig VIDEO_ROCKCHIP
|
|||||||
config VIDEO_ROCKCHIP_MAX_XRES
|
config VIDEO_ROCKCHIP_MAX_XRES
|
||||||
int "Maximum horizontal resolution (for memory allocation purposes)"
|
int "Maximum horizontal resolution (for memory allocation purposes)"
|
||||||
depends on VIDEO_ROCKCHIP
|
depends on VIDEO_ROCKCHIP
|
||||||
default 3480 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
|
default 3840 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
|
||||||
default 1920
|
default 1920
|
||||||
help
|
help
|
||||||
The maximum horizontal resolution to support for the framebuffer.
|
The maximum horizontal resolution to support for the framebuffer.
|
||||||
|
Reference in New Issue
Block a user