diff options
author | 2017-05-31 23:49:46 +0800 | |
---|---|---|
committer | 2017-06-06 16:59:09 -0400 | |
commit | 1191d110c31bde9683f3871e49466eb799ebdc0f (patch) | |
tree | addcb6bdcf003d619a5c66e5f267911ab727bc85 /drivers/gpu/drm/amd/include/amd_shared.h | |
parent | drm/amdgpu: remove gfxhub ip (diff) | |
download | linux-dev-1191d110c31bde9683f3871e49466eb799ebdc0f.tar.xz linux-dev-1191d110c31bde9683f3871e49466eb799ebdc0f.zip |
drm/amdgpu: remove mmhub ip
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 06990316e329..beb2a81ab7da 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -76,7 +76,6 @@ enum amd_ip_block_type { AMD_IP_BLOCK_TYPE_UVD, AMD_IP_BLOCK_TYPE_VCE, AMD_IP_BLOCK_TYPE_ACP, - AMD_IP_BLOCK_TYPE_MMHUB, AMD_IP_BLOCK_TYPE_VCN }; |