Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d48d88b2 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: disable bapm on KB



May cause stability problems on some boards.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent de926800
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2635,7 +2635,7 @@ int kv_dpm_init(struct radeon_device *rdev)
	pi->caps_sclk_ds = true;
	pi->enable_auto_thermal_throttling = true;
	pi->disable_nb_ps3_in_battery = false;
	pi->bapm_enable = true;
	pi->bapm_enable = false;
	pi->voltage_drop_t = 0;
	pi->caps_sclk_throttle_low_notification = false;
	pi->caps_fps = false; /* true? */