Skip to content

Commit 4b615cb

Browse files
mripardpelwell
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 2d3a8a2 commit 4b615cb

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
@@ -2849,7 +2849,7 @@ static const struct vc4_hdmi_variant bcm2711_hdmi0_variant = {
28492849
.encoder_type = VC4_ENCODER_TYPE_HDMI0,
28502850
.debugfs_name = "hdmi0_regs",
28512851
.card_name = "vc4-hdmi-0",
2852-
.max_pixel_clock = HDMI_14_MAX_TMDS_CLK,
2852+
.max_pixel_clock = 600000000,
28532853
.registers = vc5_hdmi_hdmi0_fields,
28542854
.num_registers = ARRAY_SIZE(vc5_hdmi_hdmi0_fields),
28552855
.phy_lane_mapping = {

0 commit comments

Comments
 (0)