drm/amdgpu: use BACO on vega12 if platform supports it
[linux-2.6-block.git] / drivers / gpu / drm / amd / amdgpu / soc15.c
index ed89a101f73f387139a309b35a372b5b7299de64..36158db6a82e9f3411536619399a25b1f76a23fa 100644 (file)
@@ -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: