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

Commit 53d8eabe authored by Alex Deucher's avatar Alex Deucher
Browse files

amd/powerplay: disable powerplay by default initially



Hopefully we can enable this by default once we get more
upstream feedback on stability, etc.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 45b0cf54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ static int amdgpu_pp_early_init(void *handle)
	switch (adev->asic_type) {
		case CHIP_TONGA:
		case CHIP_FIJI:
			adev->pp_enabled = (amdgpu_powerplay == 0) ? false : true;
			adev->pp_enabled = (amdgpu_powerplay > 0) ? true : false;
			break;
		default:
			adev->pp_enabled = (amdgpu_powerplay > 0) ? true : false;