aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
authorDavid Zhang <david1.zhang@amd.com>2015-07-08 05:32:15 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-08-17 16:50:28 -0400
commit974ee3db0ff88e5413b734e634119d1e8a10a77f (patch)
tree485e250d241d7e65777d57940c1b4d0dd6d74e14 /drivers/gpu/drm/amd/amdgpu/vi.c
parent1a5bbb669597d7c47da2d7fd03ed7c33989257b8 (diff)
drm/amdgpu: Add Fiji support to the UVD 6.0 IP module
Signed-off-by: David Zhang <david1.zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index 8881dd82fd68..7815ac7d446f 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1216,6 +1216,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] =
1216 .rev = 0, 1216 .rev = 0,
1217 .funcs = &sdma_v3_0_ip_funcs, 1217 .funcs = &sdma_v3_0_ip_funcs,
1218 }, 1218 },
1219 {
1220 .type = AMD_IP_BLOCK_TYPE_UVD,
1221 .major = 6,
1222 .minor = 0,
1223 .rev = 0,
1224 .funcs = &uvd_v6_0_ip_funcs,
1225 },
1219}; 1226};
1220 1227
1221static const struct amdgpu_ip_block_version cz_ip_blocks[] = 1228static const struct amdgpu_ip_block_version cz_ip_blocks[] =