Skip to content

Commit 22aa20e

Browse files
ashutoshxjnikula
authored andcommitted
Revert "drm/i915/hwmon: Enable PL1 power limit"
This reverts commit ee892ea. It was accidentally picked up for backporting. Revert. Cc: Jani Nikula <[email protected]> Cc: Rodrigo Vivi <[email protected]> Signed-off-by: Ashutosh Dixit <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 59ad01c commit 22aa20e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/i915/i915_hwmon.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -687,11 +687,6 @@ hwm_get_preregistration_info(struct drm_i915_private *i915)
687687
for_each_gt(gt, i915, i)
688688
hwm_energy(&hwmon->ddat_gt[i], &energy);
689689
}
690-
691-
/* Enable PL1 power limit */
692-
if (i915_mmio_reg_valid(hwmon->rg.pkg_rapl_limit))
693-
hwm_locked_with_pm_intel_uncore_rmw(ddat, hwmon->rg.pkg_rapl_limit,
694-
PKG_PWR_LIM_1_EN, PKG_PWR_LIM_1_EN);
695690
}
696691

697692
void i915_hwmon_register(struct drm_i915_private *i915)

0 commit comments

Comments
 (0)