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

Commit 4076a655 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon/dpm: disable bapm on TN asics

Causes hangs on certain boards.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=70053



Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fb2c7f4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1868,7 +1868,7 @@ int trinity_dpm_init(struct radeon_device *rdev)
	for (i = 0; i < SUMO_MAX_HARDWARE_POWERLEVELS; i++)
		pi->at[i] = TRINITY_AT_DFLT;

	pi->enable_bapm = true;
	pi->enable_bapm = false;
	pi->enable_nbps_policy = true;
	pi->enable_sclk_ds = true;
	pi->enable_gfx_power_gating = true;