diff options
| author | Candice Li <candice.li@amd.com> | 2022-09-19 14:47:56 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2022-12-15 12:19:30 -0500 |
| commit | e4f665de417d8b923e638da1751c2c94eb68c713 (patch) | |
| tree | 9b812cab6620f4bb8270da38db128cdb42082c07 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 6c03a3fc912f74fe2ff588b42d30f52bc9001ab8 (diff) | |
| download | linux-next-e4f665de417d8b923e638da1751c2c94eb68c713.tar.gz linux-next-e4f665de417d8b923e638da1751c2c94eb68c713.zip | |
drm/amdgpu: Add poison mode query for df v4_3
Add poison mode query support on df v4_3.
Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@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 798d0e9a60b7..332cf8bda7a2 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -81,7 +81,8 @@ amdgpu-y += \ # add DF block amdgpu-y += \ df_v1_7.o \ - df_v3_6.o + df_v3_6.o \ + df_v4_3.o # add GMC block amdgpu-y += \ |
