diff options
| author | Alexandre Demers <[email protected]> | 2025-03-09 16:48:52 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-11 16:37:07 +0000 |
| commit | 37c890d83161ff725a735d02afc52a021caaf7d6 (patch) | |
| tree | 55609c44a52f0f4105039fe38bf9e0a0acf2ff6a /drivers/gpu/drm/amd/amdgpu/si_enums.h | |
| parent | drm/amd/amdkfd: Evict all queues even HWS remove queue failed (diff) | |
| download | kernel-37c890d83161ff725a735d02afc52a021caaf7d6.tar.gz kernel-37c890d83161ff725a735d02afc52a021caaf7d6.zip | |
drm/amdgpu: finish wiring up sid.h in DCE6
For coherence with DCE8 et DCE10, add or move some values under sid.h
and remove duplicated from si_enums.h.
Signed-off-by: Alexandre Demers <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_enums.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_enums.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_enums.h b/drivers/gpu/drm/amd/amdgpu/si_enums.h index cd9b0a654991..d656ef1fa6e1 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_enums.h +++ b/drivers/gpu/drm/amd/amdgpu/si_enums.h @@ -121,12 +121,6 @@ #define CURSOR_UPDATE_LOCK (1 << 16) #define CURSOR_DISABLE_MULTIPLE_UPDATE (1 << 24) -#define SI_CRTC0_REGISTER_OFFSET 0 -#define SI_CRTC1_REGISTER_OFFSET 0x300 -#define SI_CRTC2_REGISTER_OFFSET 0x2600 -#define SI_CRTC3_REGISTER_OFFSET 0x2900 -#define SI_CRTC4_REGISTER_OFFSET 0x2c00 -#define SI_CRTC5_REGISTER_OFFSET 0x2f00 #define ES_AND_GS_AUTO 3 #define RADEON_PACKET_TYPE3 3 |
