aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-11-09 13:19:58 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 14:43:53 -0400
commitcc07f18ddb618af5ad28669dcb32b27e2f2312af (patch)
treedd5707a6cf4296a29d840552fd6b142b8a6462ee /drivers/gpu/drm/amd/amdgpu
parent48ff108d9dc42bf92256484c50cdb3697f5ccb04 (diff)
drm/amdgpu: bypass GPU info firmware load for VEGAM
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 8ce60e6e2614..47b65f3a1927 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1367,9 +1367,10 @@ static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev)
1367 case CHIP_TOPAZ: 1367 case CHIP_TOPAZ:
1368 case CHIP_TONGA: 1368 case CHIP_TONGA:
1369 case CHIP_FIJI: 1369 case CHIP_FIJI:
1370 case CHIP_POLARIS11:
1371 case CHIP_POLARIS10: 1370 case CHIP_POLARIS10:
1371 case CHIP_POLARIS11:
1372 case CHIP_POLARIS12: 1372 case CHIP_POLARIS12:
1373 case CHIP_VEGAM:
1373 case CHIP_CARRIZO: 1374 case CHIP_CARRIZO:
1374 case CHIP_STONEY: 1375 case CHIP_STONEY:
1375#ifdef CONFIG_DRM_AMDGPU_SI 1376#ifdef CONFIG_DRM_AMDGPU_SI