diff options
| author | Jiapeng Chong <[email protected]> | 2024-05-16 08:22:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-05-17 21:40:38 +0000 |
| commit | 72e6ea95c41d4b61b509037cdaec09194f577d81 (patch) | |
| tree | d01c1485557abf93c521fc149ee352ebd2491dd9 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu/display: Update kdoc for 'optc35_set_odm_combine' (diff) | |
| download | kernel-72e6ea95c41d4b61b509037cdaec09194f577d81.tar.gz kernel-72e6ea95c41d4b61b509037cdaec09194f577d81.zip | |
drm/amdgpu: Remove duplicate amdgpu_umsch_mm.h header
./drivers/gpu/drm/amd/amdgpu/amdgpu.h: amdgpu_umsch_mm.h is included more than once.
Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9063
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index cad5656c8f48..054e59fa0c44 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -112,7 +112,6 @@ #include "amdgpu_xcp.h" #include "amdgpu_seq64.h" #include "amdgpu_reg_state.h" -#include "amdgpu_umsch_mm.h" #define MAX_GPU_INSTANCE 64 |
