Re: [PATCH 10/18] drm/amdgpu: add missing SMU6 defines, shifts and masks

2025-03-28 Thread Alex Deucher
On Fri, Mar 28, 2025 at 1:10 AM Alexandre Demers wrote: > > They will be used later when switching away from sid.h/si_enums.h. > > Signed-off-by: Alexandre Demers Applied the series. Thanks! > --- > .../drm/amd/include/asic_reg/smu/smu_6_0_d.h | 44 > .../include/asic_reg/smu/smu_6_0_s

Re: [PATCH 10/18] drm/amdgpu: add missing SMU6 defines, shifts and masks

2025-03-26 Thread Alexandre Demers
On Mon, Mar 24, 2025 at 3:03 PM Alex Deucher wrote: > > On Fri, Mar 21, 2025 at 9:48 PM Alexandre Demers > wrote: > > > > They will be used later when switching away from sid.h/si_enums.h. > > > > To prevent redefinition clashes, comment out the ones in sid.h. They will be > > removed later. > >

Re: [PATCH 10/18] drm/amdgpu: add missing SMU6 defines, shifts and masks

2025-03-24 Thread Alex Deucher
On Fri, Mar 21, 2025 at 9:48 PM Alexandre Demers wrote: > > They will be used later when switching away from sid.h/si_enums.h. > > To prevent redefinition clashes, comment out the ones in sid.h. They will be > removed later. > > Signed-off-by: Alexandre Demers > --- > .../drm/amd/include/asic_re