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

Commit edb611c1 authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amdgpu: enable powerplay module by default for fiji.

parent 76c8cc6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -96,13 +96,16 @@ static int amdgpu_pp_early_init(void *handle)
	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
	int ret = 0;
	int ret = 0;


#ifdef CONFIG_DRM_AMD_POWERPLAY
	switch (adev->asic_type) {
	switch (adev->asic_type) {
		case CHIP_TONGA:
		case CHIP_TONGA:
		case CHIP_FIJI:
			amdgpu_powerplay = 1;
			amdgpu_powerplay = 1;
			break;
			break;
		default:
		default:
			break;
			break;
	}
	}
#endif


	ret = amdgpu_powerplay_init(adev);
	ret = amdgpu_powerplay_init(adev);
	if (ret)
	if (ret)