Skip to content

Commit 2016cfa

Browse files
mripardpopcornmix
authored andcommitted
drm/vc4: hdmi: Raise the maximum clock rate
Now that we have the infrastructure in place, we can raise the maximum pixel rate we can reach for HDMI0 on the BCM2711. HDMI1 is left untouched since its pixelvalve has a smaller FIFO and would need a clock faster than what we can provide to support the same modes. Acked-by: Thomas Zimmermann <[email protected]> Reviewed-by: Dave Stevenson <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent dd96d2b commit 2016cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/vc4/vc4_hdmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,7 +2843,7 @@ static const struct vc4_hdmi_variant bcm2711_hdmi0_variant = {
28432843
.encoder_type = VC4_ENCODER_TYPE_HDMI0,
28442844
.debugfs_name = "hdmi0_regs",
28452845
.card_name = "vc4-hdmi-0",
2846-
.max_pixel_clock = HDMI_14_MAX_TMDS_CLK,
2846+
.max_pixel_clock = 600000000,
28472847
.registers = vc5_hdmi_hdmi0_fields,
28482848
.num_registers = ARRAY_SIZE(vc5_hdmi_hdmi0_fields),
28492849
.phy_lane_mapping = {

0 commit comments

Comments
 (0)