Re: [PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling

2025-03-25 Thread Rodrigo Siqueira
On 03/25, Alex Deucher wrote: > On Tue, Mar 25, 2025 at 4:16 PM Rodrigo Siqueira wrote: > > > > On 03/19, Alex Deucher wrote: > > > We shouldn't return after the last section. > > > We need to update the rest of the CSIB. > > > > What is CSIB? > > Clear State Indirect Buffer. It provides the cle

Re: [PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling

2025-03-25 Thread Alex Deucher
On Tue, Mar 25, 2025 at 4:16 PM Rodrigo Siqueira wrote: > > On 03/19, Alex Deucher wrote: > > We shouldn't return after the last section. > > We need to update the rest of the CSIB. > > What is CSIB? Clear State Indirect Buffer. It provides the clear state that gets put into the hardware context

Re: [PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling

2025-03-25 Thread Rodrigo Siqueira
On 03/19, Alex Deucher wrote: > We shouldn't return after the last section. > We need to update the rest of the CSIB. What is CSIB? What happens if the other CSIB is not updated? Thanks > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 2 -- > 1 file changed, 2

Re: [PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling

2025-03-24 Thread Alex Deucher
ping on this series? Alex On Wed, Mar 19, 2025 at 12:23 PM Alex Deucher wrote: > > We shouldn't return after the last section. > We need to update the rest of the CSIB. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 2 -- > 1 file changed, 2 deletions(-) > > di