diff options
| author | Alex Deucher <[email protected]> | 2025-01-20 19:30:59 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-02-13 02:03:00 +0000 |
| commit | e818635a31d28de9c991c27b663f3a222d9b6723 (patch) | |
| tree | 54305db25c262833a1a91c380aae40741b779717 /drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | |
| parent | drm/amd/display: 3.2.318 (diff) | |
| download | kernel-e818635a31d28de9c991c27b663f3a222d9b6723.tar.gz kernel-e818635a31d28de9c991c27b663f3a222d9b6723.zip | |
drm/amdgpu: update and cleanup PM4 headers
Consolidate PM4 definitions. Most of these were previously
only defined in UMDs. Add them here as well and sync with
latest packets. Also no need to include soc15d.h on gfx10+.
Reviewed-by: Feifei Xu <[email protected]>
Suggested-by: Saurabh Verma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c index 1878c83ff7e3..a2b26551314a 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -40,7 +40,6 @@ #include "ivsrcid/gfx/irqsrcs_gfx_10_1.h" #include "soc15.h" -#include "soc15d.h" #include "soc15_common.h" #include "clearstate_gfx10.h" #include "v10_structs.h" |
