Re: [PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes

2024-10-07 Thread Mario Limonciello
On 10/4/2024 09:17, Alex Deucher wrote: Ping? On Thu, Oct 3, 2024 at 10:06 AM Alex Deucher wrote: Partially revert commit 0ca9f757a0e2 ("drm/amd/pm: powerplay: Add `__counted_by` attribute for flexible arrays") The count attribute for these arrays does not get set until after the arrays are

Re: [PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes

2024-10-04 Thread Lazar, Lijo
On 10/3/2024 7:36 PM, Alex Deucher wrote: > Partially revert > commit 0ca9f757a0e2 ("drm/amd/pm: powerplay: Add `__counted_by` attribute for > flexible arrays") > > The count attribute for these arrays does not get set until > after the arrays are allocated and populated leading to false > UBS

Re: [PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes

2024-10-04 Thread Alex Deucher
Ping? On Thu, Oct 3, 2024 at 10:06 AM Alex Deucher wrote: > > Partially revert > commit 0ca9f757a0e2 ("drm/amd/pm: powerplay: Add `__counted_by` attribute for > flexible arrays") > > The count attribute for these arrays does not get set until > after the arrays are allocated and populated leadin