Skip to content

Commit f9a3993

Browse files
anderssonrobclark
authored andcommitted
drm/msm/dp: Initialize the INTF_CONFIG register
Some bootloaders set the widebus enable bit in the INTF_CONFIG register, but configuration of widebus isn't yet supported ensure that the register has a known value, with widebus disabled. Fixes: c943b49 ("drm/msm/dp: add displayPort driver support") Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Clark <[email protected]>
1 parent 7591c53 commit f9a3993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/msm/dp/dp_catalog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ int dp_catalog_panel_timing_cfg(struct dp_catalog *dp_catalog)
771771
dp_write_link(catalog, REG_DP_HSYNC_VSYNC_WIDTH_POLARITY,
772772
dp_catalog->width_blanking);
773773
dp_write_link(catalog, REG_DP_ACTIVE_HOR_VER, dp_catalog->dp_active);
774+
dp_write_p0(catalog, MMSS_DP_INTF_CONFIG, 0);
774775
return 0;
775776
}
776777

0 commit comments

Comments
 (0)