Skip to content

Commit 2b62752

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 74465b8 commit 2b62752

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
@@ -2844,7 +2844,7 @@ static const struct vc4_hdmi_variant bcm2711_hdmi0_variant = {
28442844
.encoder_type = VC4_ENCODER_TYPE_HDMI0,
28452845
.debugfs_name = "hdmi0_regs",
28462846
.card_name = "vc4-hdmi-0",
2847-
.max_pixel_clock = HDMI_14_MAX_TMDS_CLK,
2847+
.max_pixel_clock = 600000000,
28482848
.registers = vc5_hdmi_hdmi0_fields,
28492849
.num_registers = ARRAY_SIZE(vc5_hdmi_hdmi0_fields),
28502850
.phy_lane_mapping = {

0 commit comments

Comments
 (0)