diff options
| author | Ken Wang <Qingqing.Wang@amd.com> | 2017-03-03 17:31:51 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:54:45 -0400 |
| commit | 2130f89ced2cc0f5113bb427c1cbc7a4ca7729c7 (patch) | |
| tree | 3c3dfce80788d5ee44e9fa3947c1b2743e776ea3 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | e60f8db5e4c85d7f8868a06b02f06c0ae0e4c332 (diff) | |
| download | talos-obmc-linux-2130f89ced2cc0f5113bb427c1cbc7a4ca7729c7.tar.gz talos-obmc-linux-2130f89ced2cc0f5113bb427c1cbc7a4ca7729c7.zip | |
drm/amdgpu: add SDMA v4.0 implementation (v2)
v2: fix Makefile
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 ccbc4c0f5b42..9c117d03b0e3 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -69,7 +69,8 @@ amdgpu-y += \ # add async DMA block amdgpu-y += \ sdma_v2_4.o \ - sdma_v3_0.o + sdma_v3_0.o \ + sdma_v4_0.o # add UVD block amdgpu-y += \ |

