diff options
| author | Ken Wang <Qingqing.Wang@amd.com> | 2017-03-06 14:49:53 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:54:55 -0400 |
| commit | 220ab9bd1ccfe8132a5c4641e52da99f4cd09120 (patch) | |
| tree | c32848b85edf18180d3afa47e52380fc206a2630 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | f83a9991648bb4023a53104db699e99305890d51 (diff) | |
| download | talos-obmc-linux-220ab9bd1ccfe8132a5c4641e52da99f4cd09120.tar.gz talos-obmc-linux-220ab9bd1ccfe8132a5c4641e52da99f4cd09120.zip | |
drm/amdgpu: soc15 enable (v3)
Add soc15 support and enable all the IPs for vega10.
v2: squash in xclk fix
v3: disable HDP MGCG
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Ken Wang <Qingqing.Wang@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/amdgpu/Makefile')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 48a9c03914c3..242265edc961 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -34,7 +34,7 @@ amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \ amdgpu-$(CONFIG_DRM_AMDGPU_SI)+= si.o gmc_v6_0.o gfx_v6_0.o si_ih.o si_dma.o dce_v6_0.o si_dpm.o si_smc.o amdgpu-y += \ - vi.o mxgpu_vi.o nbio_v6_1.o + vi.o mxgpu_vi.o nbio_v6_1.o soc15.o # add GMC block amdgpu-y += \ |

