summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2019-03-04 16:27:14 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-06-20 21:35:29 -0500
commitf9df67e92404cba82b4a76c138d6d211cf27bf9c (patch)
tree82e17219be84860bf1a634659055ca19e1d4ea20 /drivers/gpu/drm/amd/amdgpu/Makefile
parentadc43c1b5e47856b6348c14b93a7ae5f44d670b3 (diff)
downloadlinux-stable-f9df67e92404cba82b4a76c138d6d211cf27bf9c.tar.gz
linux-stable-f9df67e92404cba82b4a76c138d6d211cf27bf9c.tar.bz2
linux-stable-f9df67e92404cba82b4a76c138d6d211cf27bf9c.zip
drm/amdgpu: add gmc v10 ip block for navi10 (v6)
GMC in the GPU memory controller. v1: add place holder and initial basic implementation (Ray) v2: retire unused amdgpu_gart_set_defaults (Hawking) v3: re-work get_vm_pde function (Hawking) v4: replace legacy amdgpu_vram/gtt_location with amdgpu_gmc_vram/gtt_location (Hawking) v5: squash in updates (Alex) v6: use get_vbios_fb_size (Alex) Signed-off-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 9625ee5fb9a4..8e98e242bb7f 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -76,7 +76,7 @@ amdgpu-y += \
gmc_v7_0.o \
gmc_v8_0.o \
gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o gfxhub_v1_1.o \
- gfxhub_v2_0.o mmhub_v2_0.o
+ gfxhub_v2_0.o mmhub_v2_0.o gmc_v10_0.o
# add IH block
amdgpu-y += \