diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2024-05-02 16:50:39 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-29 14:09:01 -0400 |
commit | f2a1fbdd1f193f3d9b5b28349d924ca45046f541 (patch) | |
tree | d2cd3b932b66c5f873ca115263aa45e741679606 /drivers/gpu/drm/amd/amdgpu/nv.c | |
parent | 04c1ea9d6482a012c050720e13fcb858884af75d (diff) | |
download | linux-f2a1fbdd1f193f3d9b5b28349d924ca45046f541.tar.gz linux-f2a1fbdd1f193f3d9b5b28349d924ca45046f541.tar.bz2 linux-f2a1fbdd1f193f3d9b5b28349d924ca45046f541.zip |
drm/amdgpu: drop MES 10.1 support v3
It was an enablement vehicle for MES 11 and was never
productized. Remove it.
v2: drop additional checks in the GFX10 code.
v3: drop mes_api_def.h
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 7e30a89fe03e..4938e6b340e9 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -59,7 +59,6 @@ #include "vcn_v3_0.h" #include "jpeg_v3_0.h" #include "amdgpu_vkms.h" -#include "mes_v10_1.h" #include "mxgpu_nv.h" #include "smuio_v11_0.h" #include "smuio_v11_0_6.h" |