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

Commit f8b18cf4 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: use BACO on vega12 if platform supports it



Use BACO for reset of the platform supports it.

Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 518f6a54
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_VEGA12:
		soc15_asic_get_baco_capability(adev, &baco_reset);
		break;
	default: