Re: [PATCH] drm/amdgpu: drop some dead code

2025-03-25 Thread Alex Deucher
On Tue, Mar 25, 2025 at 3:54 PM Rodrigo Siqueira wrote: > > On 03/25, Alex Deucher wrote: > > Drop the cgs smu firmware code for SI, it's not used. > > The smu firmware fetching for SI is done in si_dpm.c. > > > > Signed-off-by: Alex Deucher > > --- > > drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c |

Re: [PATCH] drm/amdgpu: drop some dead code

2025-03-25 Thread Rodrigo Siqueira
On 03/25, Alex Deucher wrote: > Drop the cgs smu firmware code for SI, it's not used. > The smu firmware fetching for SI is done in si_dpm.c. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 61 - > 1 file changed, 61 deletions(-) > > dif