diff options
| author | Hawking Zhang <Hawking.Zhang@amd.com> | 2020-10-21 00:00:19 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2020-11-13 00:13:22 -0500 |
| commit | d1ffa512c635d5df81e18f2686b5e5060ca03f18 (patch) | |
| tree | 85aa38edba0564e39fe39d18803aa90b7f9e7032 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 09aac699c3992c5ce12e82d3c9d1e4e19e1bd090 (diff) | |
| download | linux-next-d1ffa512c635d5df81e18f2686b5e5060ca03f18.tar.gz linux-next-d1ffa512c635d5df81e18f2686b5e5060ca03f18.zip | |
drm/amdgpu: implement smuio v11_0 callbacks
Vega20/Arcturus will use smuio v11_0 callbacks
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: John Clements <john.clements@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 2d60a5b8566f..6bf6cfaea3f1 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -169,7 +169,8 @@ amdgpu-y += \ # add SMUIO block amdgpu-y += \ - smuio_v9_0.o + smuio_v9_0.o \ + smuio_v11_0.o # add amdkfd interfaces amdgpu-y += amdgpu_amdkfd.o |
