On Fri, Feb 28, 2025 at 9:31 PM Alexandre Demers <alexandre.f.demers@xxxxxxxxx> wrote: > > 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. > > Alexandre Demers (2): > drm/amdgpu: add or move defines for DCE6 in sid.h > drm/amdgpu: add defines for pin_offsets in DCE8 > > drivers/gpu/drm/amd/amdgpu/cikd.h | 9 ++++ > drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 63 ++++++++++++++------------- > drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 14 +++--- > drivers/gpu/drm/amd/amdgpu/si_enums.h | 7 --- > drivers/gpu/drm/amd/amdgpu/sid.h | 29 +++++++++--- > 5 files changed, 71 insertions(+), 51 deletions(-) > > -- > 2.48.1 > Please, don't consider this series. Adding sid.h throws out a lot of redefinition. This needs to be fixed first. I'll send a v3 once done. Alexandre