diff options
| author | Le Ma <le.ma@amd.com> | 2025-11-02 18:30:58 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-12-08 13:56:31 -0500 |
| commit | c92bb14151a59715c674d421d647e37dc6cedd6e (patch) | |
| tree | 79eb98b93b0b79a28421c2d8b24eafd8b9476621 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 22ef3af5d42b56d760722f0c62cde362cf4747f9 (diff) | |
| download | linux-next-c92bb14151a59715c674d421d647e37dc6cedd6e.tar.gz linux-next-c92bb14151a59715c674d421d647e37dc6cedd6e.zip | |
drm/amdgpu: Add psp v15.0.8 ip block v3
Add psp_v15_0_8.c for MPASP 15.0.8
v2: drop memory training intf as they are only
necessary for GDDR memory
v3: Implement psp_v15_0_8_get_fw_type (Feifei)
Signed-off-by: Le Ma <le.ma@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Feifei Xu <Feifei.Xu@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 b10e9988a831..ad57ade4001c 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -134,7 +134,8 @@ amdgpu-y += \ psp_v12_0.o \ psp_v13_0.o \ psp_v13_0_4.o \ - psp_v14_0.o + psp_v14_0.o \ + psp_v15_0_8.o # add DCE block amdgpu-y += \ |
