* [PATCH] video: rockchip: fix HDMI 4K resolution
@ 2020-06-29 14:53 Anatolij Gustschin
2020-06-29 15:26 ` Jagan Teki
2020-06-29 15:56 ` Anatolij Gustschin
0 siblings, 2 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2020-06-29 14:53 UTC (permalink / raw)
To: u-boot
3480 is not valid XRES, use 3840 as default.
Fixes: 05c65a82c3c1 ("video: rockchip: Support 4K resolution for rk3399, HDMI")
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Jagan Teki <jagan@amarulasolutions.com>
---
drivers/video/rockchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
index cfd774ead6..5215a71f99 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 3480 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
+ default 3840 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
default 1920
help
The maximum horizontal resolution to support for the framebuffer.
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH] video: rockchip: fix HDMI 4K resolution
2020-06-29 14:53 [PATCH] video: rockchip: fix HDMI 4K resolution Anatolij Gustschin
@ 2020-06-29 15:26 ` Jagan Teki
2020-06-29 15:56 ` Anatolij Gustschin
1 sibling, 0 replies; 3+ messages in thread
From: Jagan Teki @ 2020-06-29 15:26 UTC (permalink / raw)
To: u-boot
On Mon, Jun 29, 2020 at 8:23 PM Anatolij Gustschin <agust@denx.de> wrote:
>
> 3480 is not valid XRES, use 3840 as default.
>
> Fixes: 05c65a82c3c1 ("video: rockchip: Support 4K resolution for rk3399, HDMI")
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Jagan Teki <jagan@amarulasolutions.com>
> ---
> drivers/video/rockchip/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig
> index cfd774ead6..5215a71f99 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 3480 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
> + default 3840 if ROCKCHIP_RK3399 && DISPLAY_ROCKCHIP_HDMI
Thanks for the patch I was miss reading 3480 as 3840 before.
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] video: rockchip: fix HDMI 4K resolution
2020-06-29 14:53 [PATCH] video: rockchip: fix HDMI 4K resolution Anatolij Gustschin
2020-06-29 15:26 ` Jagan Teki
@ 2020-06-29 15:56 ` Anatolij Gustschin
1 sibling, 0 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2020-06-29 15:56 UTC (permalink / raw)
To: u-boot
On Mon, 29 Jun 2020 16:53:44 +0200
Anatolij Gustschin agust at denx.de wrote:
> 3480 is not valid XRES, use 3840 as default.
>
> Fixes: 05c65a82c3c1 ("video: rockchip: Support 4K resolution for rk3399, HDMI")
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Jagan Teki <jagan@amarulasolutions.com>
> ---
> drivers/video/rockchip/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-video/master.
--
Anatolij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-29 15:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 14:53 [PATCH] video: rockchip: fix HDMI 4K resolution Anatolij Gustschin
2020-06-29 15:26 ` Jagan Teki
2020-06-29 15:56 ` Anatolij Gustschin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox