summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
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 13:43:53 -0500
commitcc07f18ddb618af5ad28669dcb32b27e2f2312af (patch)
treedd5707a6cf4296a29d840552fd6b142b8a6462ee /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parent48ff108d9dc42bf92256484c50cdb3697f5ccb04 (diff)
downloadop-kernel-dev-cc07f18ddb618af5ad28669dcb32b27e2f2312af.zip
op-kernel-dev-cc07f18ddb618af5ad28669dcb32b27e2f2312af.tar.gz
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/amdgpu_device.c')
-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 8ce60e6..47b65f3 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)
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
OpenPOWER on IntegriCloud