Skip to content

Commit 74f6d1e

Browse files
superna9999Andrzej Hajda
authored andcommitted
drm/meson: add support for HDMI2.0 2160p modes
Now we support the TMDS Clock > 3.4GHz and support the SCDC Control operation in the DW-HDMI Controller, we can enable support for the HDMI2.0 3840x2160@60/50 RGB444 display modes. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/1549022873-40549-4-git-send-email-narmstrong@baylibre.com
1 parent d7d8fb7 commit 74f6d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/meson/meson_venc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,8 @@ struct meson_hdmi_venc_vic_mode {
848848
{ 93, &meson_hdmi_encp_mode_2160p24 },
849849
{ 94, &meson_hdmi_encp_mode_2160p25 },
850850
{ 95, &meson_hdmi_encp_mode_2160p30 },
851+
{ 96, &meson_hdmi_encp_mode_2160p25 },
852+
{ 97, &meson_hdmi_encp_mode_2160p30 },
851853
{ 0, NULL}, /* sentinel */
852854
};
853855

0 commit comments

Comments
 (0)