diff options
| author | Leo Liu <[email protected]> | 2016-12-28 18:04:16 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-05-24 21:41:27 +0000 |
| commit | 3ea975e4ff959e9a4fafa429ed2481f79ffecb90 (patch) | |
| tree | f67736f25edc360f0d4d9223c0f7e8ac86ff1a51 /drivers/gpu/drm/amd/include/amd_shared.h | |
| parent | drm/amdgpu: add vcn irq functions (diff) | |
| download | kernel-3ea975e4ff959e9a4fafa429ed2481f79ffecb90.tar.gz kernel-3ea975e4ff959e9a4fafa429ed2481f79ffecb90.zip | |
drm/amdgpu: add vcn ip block and type
Signed-off-by: Leo Liu <[email protected]>
Acked-by: Chunming Zhou <[email protected]>
Acked-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 { |
