]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amdgpu: bypass GPU info firmware load for VEGAM
authorLeo Liu <leo.liu@amd.com>
Thu, 9 Nov 2017 18:19:58 +0000 (13:19 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 May 2018 18:43:53 +0000 (13:43 -0500)
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 8ce60e6e2614922da59d4e60675d6294f84916ed..47b65f3a19278a3fc768663156a1e49aeefcc3a5 100644 (file)
@@ -1367,9 +1367,10 @@ static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev)
        case CHIP_TOPAZ:
        case CHIP_TONGA:
        case CHIP_FIJI:
-       case CHIP_POLARIS11:
        case CHIP_POLARIS10:
+       case CHIP_POLARIS11:
        case CHIP_POLARIS12:
+       case CHIP_VEGAM:
        case CHIP_CARRIZO:
        case CHIP_STONEY:
 #ifdef CONFIG_DRM_AMDGPU_SI