Re: [PATCH v2 0/2] Uniformize defines between DCE6, DCE8 and DCE10

2025-03-05 Thread Alex Deucher
On Wed, Mar 5, 2025 at 1:04 PM Alexandre Demers wrote: > > Ok, so wiring up sid.h in dce_v6_0.c brought a lot of redefinitions. > Fixing them is not the problem, but it spreads out a bit over the two > files. > > I'm having an issue with the following: > In si_enums.h, we have : > #define TAHITI_G

Re: [PATCH v2 0/2] Uniformize defines between DCE6, DCE8 and DCE10

2025-03-05 Thread Alexandre Demers
Ok, so wiring up sid.h in dce_v6_0.c brought a lot of redefinitions. Fixing them is not the problem, but it spreads out a bit over the two files. I'm having an issue with the following: In si_enums.h, we have : #define TAHITI_GB_ADDR_CONFIG_GOLDEN0x12011003 #define VERDE_GB_ADDR_CONFIG_GOL

Re: [PATCH v2 0/2] Uniformize defines between DCE6, DCE8 and DCE10

2025-03-01 Thread Alexandre Demers
On Fri, Feb 28, 2025 at 9:31 PM Alexandre Demers 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