diff options
| author | Flora Cui <[email protected]> | 2015-12-07 10:33:10 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-05-05 00:27:45 +0000 |
| commit | c0c1f579e6b370b677e529bfc2bb6e310cc6e932 (patch) | |
| tree | 427a8ade4aa44a77579f0ccd26de6301180f7d99 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | drm/amdgpu: ungate SMC clockgating first before suspend (diff) | |
| download | kernel-c0c1f579e6b370b677e529bfc2bb6e310cc6e932.tar.gz kernel-c0c1f579e6b370b677e529bfc2bb6e310cc6e932.zip | |
drm/amdgpu: update the core VI support for ELM/BAF
Signed-off-by: Flora Cui <[email protected]>
Reviewed-by: Jammy Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index ebcb0835d52a..52245c4c6d65 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -1148,6 +1148,8 @@ static int amdgpu_early_init(struct amdgpu_device *adev) case CHIP_TOPAZ: case CHIP_TONGA: case CHIP_FIJI: + case CHIP_BAFFIN: + case CHIP_ELLESMERE: case CHIP_CARRIZO: case CHIP_STONEY: if (adev->asic_type == CHIP_CARRIZO || adev->asic_type == CHIP_STONEY) |
