diff options
| author | Hawking Zhang <Hawking.Zhang@amd.com> | 2024-03-17 13:34:03 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2024-03-20 20:38:16 +0300 |
| commit | 2d93151de8908b9f7db954297868fe02bc07041d (patch) | |
| tree | b381403da85969aa170b67dc6e157981ba84dfee /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | c9d7f802e698c03a06cce4bbfbbbeb7b7be26f8a (diff) | |
| download | linux-2d93151de8908b9f7db954297868fe02bc07041d.tar.xz | |
drm/amdgpu: Add smuio v14_0_2 ip block support
Add smuio v14_0_2 ip block support
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@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 f24f11ac3e92..535e3936cfe0 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -248,7 +248,8 @@ amdgpu-y += \ smuio_v11_0_6.o \ smuio_v13_0.o \ smuio_v13_0_3.o \ - smuio_v13_0_6.o + smuio_v13_0_6.o \ + smuio_v14_0_2.o # add reset block amdgpu-y += \ |
