diff options
author | Ken Wang <Qingqing.Wang@amd.com> | 2017-03-04 01:59:39 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 06:54:45 +0300 |
commit | b1023571479020e9e9c15a51b43bf8e15406952b (patch) | |
tree | 52a3f7f20cff902ff6ab487f25988e9189888938 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | 2130f89ced2cc0f5113bb427c1cbc7a4ca7729c7 (diff) | |
download | linux-b1023571479020e9e9c15a51b43bf8e15406952b.tar.xz |
drm/amdgpu: implement GFX 9.0 support (v2)
Add support for gfx v9.0.
v2: update golden settings from Ken
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 9c117d03b0e3..82047fce2db1 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -64,7 +64,8 @@ amdgpu-y += \ # add GFX block amdgpu-y += \ amdgpu_gfx.o \ - gfx_v8_0.o + gfx_v8_0.o \ + gfx_v9_0.o # add async DMA block amdgpu-y += \ |