[PATCH v3 0/4] Uniformize defines between DCE6, DCE8 and DCE10
Alexandre Demers
alexandre.f.demers at gmail.com
Thu Mar 6 01:49:54 UTC 2025
Keep a uniform way of where and how variables are defined between
DCE6, DCE8 and DCE10. It is easier to understand the code, their
similarities and their modifications.
Since sid.h is being wired up in dce_v6_0.c, duplicated defines need
to be cleaned up.
Alexandre Demers (5):
drm/amdgpu: add or move defines for DCE6 in sid.h
drm/amdgpu: add defines for pin_offsets in DCE8
drm/amdgpu: add dce_v6_0_soft_reset() to DCE6
drm/amdgpu: move and fix X_GB_ADDR_CONFIG_GOLDEN values
drm/amdgpu: fix warning and errors caused by duplicated defines in
sid.h
drivers/gpu/drm/amd/amdgpu/cikd.h | 9 +
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 126 ++++++---
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 14 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 15 +-
drivers/gpu/drm/amd/amdgpu/si.c | 68 ++---
drivers/gpu/drm/amd/amdgpu/si_enums.h | 13 -
drivers/gpu/drm/amd/amdgpu/sid.h | 369 ++------------------------
7 files changed, 178 insertions(+), 436 deletions(-)
--
2.48.1
More information about the amd-gfx
mailing list