Commit 2172b89e authored by Jim Qu's avatar Jim Qu Committed by Alex Deucher
Browse files

drm/amdgpu: use BACO reset on vega20 if platform support

parent e2b6d053
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -461,6 +461,7 @@ static int soc15_asic_reset(struct amdgpu_device *adev)

	switch (adev->asic_type) {
	case CHIP_VEGA10:
	case CHIP_VEGA20:
		soc15_asic_get_baco_capability(adev, &baco_reset);
		break;
	default: