[PATCH 6/6] drm/amdgpu: use BACO on vega12 if platform supports it
Alex Deucher
alexdeucher at gmail.com
Fri Feb 15 22:46:56 UTC 2019
Use BACO for reset of the platform supports it.
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
drivers/gpu/drm/amd/amdgpu/soc15.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 99ebcf29dcb0..b2cbe4b42a3d 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -461,6 +461,7 @@ static int soc15_asic_reset(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_VEGA10:
+ case CHIP_VEGA12:
case CHIP_VEGA20:
soc15_asic_get_baco_capability(adev, &baco_reset);
break;
--
2.20.1
More information about the amd-gfx
mailing list