Skip to content

Commit 273361f

Browse files
committed
drm/i915/mtl: Fix voltage_level for cdclk==480MHz
Allow MTL to use voltage level 1 for 480MHz cdclk, instead of the voltage level 2 that it's currently using. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231128115138.13238-6-ville.syrjala@linux.intel.com Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
1 parent f23fe4d commit 273361f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,7 @@ static const struct intel_cdclk_funcs mtl_cdclk_funcs = {
35163516
.get_cdclk = bxt_get_cdclk,
35173517
.set_cdclk = bxt_set_cdclk,
35183518
.modeset_calc_cdclk = bxt_modeset_calc_cdclk,
3519-
.calc_voltage_level = tgl_calc_voltage_level,
3519+
.calc_voltage_level = rplu_calc_voltage_level,
35203520
};
35213521

35223522
static const struct intel_cdclk_funcs rplu_cdclk_funcs = {

0 commit comments

Comments
 (0)