Skip to content

Commit efaa117

Browse files
committed
drm/i915: Apply the combo PLL frac w/a on DG1
DG1 apparently needs the combo PLL fractional divider w/a with 38.4 MHz refclk as well. This isn't listed in bspec, but looking at the hsd it looks like it was possibly just missed due to no one having a DG1 around at the time. This gives us slightly more accurate clocks on DG1. Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Imre Deak <[email protected]>
1 parent d35b913 commit efaa117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/display/intel_dpll_mgr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,6 +2604,7 @@ ehl_combo_pll_div_frac_wa_needed(struct intel_display *display)
26042604
{
26052605
return ((display->platform.elkhartlake &&
26062606
IS_DISPLAY_STEP(display, STEP_B0, STEP_FOREVER)) ||
2607+
display->platform.dg1 ||
26072608
display->platform.tigerlake ||
26082609
display->platform.alderlake_s ||
26092610
display->platform.alderlake_p) &&

0 commit comments

Comments
 (0)