diff options
author | Leo Liu <leo.liu@amd.com> | 2016-12-28 21:04:16 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-25 00:41:27 +0300 |
commit | 3ea975e4ff959e9a4fafa429ed2481f79ffecb90 (patch) | |
tree | f67736f25edc360f0d4d9223c0f7e8ac86ff1a51 /drivers/gpu/drm/amd/include/amd_shared.h | |
parent | a319f444bb86eb5bb9b896e0606e56e1392cfe38 (diff) | |
download | linux-3ea975e4ff959e9a4fafa429ed2481f79ffecb90.tar.xz |
drm/amdgpu: add vcn ip block and type
Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Chunming Zhou <david1.zhou@amd.com>
Acked-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 40486c7621d9..0f58e952946d 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -77,7 +77,8 @@ enum amd_ip_block_type { AMD_IP_BLOCK_TYPE_VCE, AMD_IP_BLOCK_TYPE_ACP, AMD_IP_BLOCK_TYPE_GFXHUB, - AMD_IP_BLOCK_TYPE_MMHUB + AMD_IP_BLOCK_TYPE_MMHUB, + AMD_IP_BLOCK_TYPE_VCN }; enum amd_clockgating_state { |