diff options
author | Alex Xie <AlexBin.Xie@amd.com> | 2017-03-09 17:36:26 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 05:54:44 +0200 |
commit | e60f8db5e4c85d7f8868a06b02f06c0ae0e4c332 (patch) | |
tree | c7d0024707b7ee7c937ea3042b7b3fa65677d52c /drivers/gpu/drm/amd/include | |
parent | drm/amdgpu: add NBIO 6.1 driver (diff) | |
download | linux-e60f8db5e4c85d7f8868a06b02f06c0ae0e4c332.tar.xz linux-e60f8db5e4c85d7f8868a06b02f06c0ae0e4c332.zip |
drm/amdgpu: Add GMC 9.0 support (v2)
On SOC-15 parts, the GMC (Graphics Memory Controller) consists
of two hubs: GFX (graphics and compute) and MM (sdma, uvd, vce).
v2: drop sdma from Makefile, fix duplicate return statement.
Signed-off-by: Alex Xie <AlexBin.Xie@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 717d6bea7b52..a94420d680ec 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -74,6 +74,8 @@ enum amd_ip_block_type { AMD_IP_BLOCK_TYPE_UVD, AMD_IP_BLOCK_TYPE_VCE, AMD_IP_BLOCK_TYPE_ACP, + AMD_IP_BLOCK_TYPE_GFXHUB, + AMD_IP_BLOCK_TYPE_MMHUB }; enum amd_clockgating_state { |