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

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

drm/amd/powerplay: enable powerplay for baffin.

parent b83c4ab9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ static int amdgpu_pp_early_init(void *handle)
	switch (adev->asic_type) {
	case CHIP_TONGA:
	case CHIP_FIJI:
	case CHIP_BAFFIN:
	case CHIP_ELLESMERE:
		adev->pp_enabled = (amdgpu_powerplay == 0) ? false : true;
		break;
	case CHIP_CARRIZO: