Re: [PATCH v3 1/4] drm/amdgpu: add or move defines for DCE6 in sid.h

2025-03-09 Thread Alexandre Demers
On Sat, Mar 8, 2025 at 7:32 PM Alexandre Demers wrote: > > On Thu, Mar 6, 2025 at 10:19 AM Alex Deucher wrote: > > > > On Wed, Mar 5, 2025 at 9:08 PM Alexandre Demers > > wrote: > > > > > > For coherence with DCE8 et DCE10, add or move some values under sid.h. > > > > > > Signed-off-by: Alexandr

Re: [PATCH v3 1/4] drm/amdgpu: add or move defines for DCE6 in sid.h

2025-03-08 Thread Alexandre Demers
On Thu, Mar 6, 2025 at 10:19 AM Alex Deucher wrote: > > On Wed, Mar 5, 2025 at 9:08 PM Alexandre Demers > wrote: > > > > For coherence with DCE8 et DCE10, add or move some values under sid.h. > > > > Signed-off-by: Alexandre Demers > > This change doesn't build. Please adjust the order of the p

Re: [PATCH v3 1/4] drm/amdgpu: add or move defines for DCE6 in sid.h

2025-03-06 Thread Alex Deucher
On Wed, Mar 5, 2025 at 9:08 PM Alexandre Demers wrote: > > For coherence with DCE8 et DCE10, add or move some values under sid.h. > > Signed-off-by: Alexandre Demers This change doesn't build. Please adjust the order of the patches as needed to make sure they all build. Alex > --- > drivers/

[PATCH v3 1/4] drm/amdgpu: add or move defines for DCE6 in sid.h

2025-03-05 Thread Alexandre Demers
For coherence with DCE8 et DCE10, add or move some values under sid.h. Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 63 ++- drivers/gpu/drm/amd/amdgpu/si_enums.h | 7 --- drivers/gpu/drm/amd/amdgpu/sid.h | 29 +--- 3 files chan