Re: [PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-19 Thread Alex Deucher
On Tue, Sep 19, 2023 at 8:08 AM Christian König wrote: > > The KIQ code path was ignoring the second flush. Also avoid long lines and > re-calculating the register offsets over and over again. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- >

[PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-19 Thread Christian König
The KIQ code path was ignoring the second flush. Also avoid long lines and re-calculating the register offsets over and over again. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 29 +-- 1 file changed, 18 insertions(+), 11 deletions(-) diff

Re: [PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-19 Thread Christian König
Am 08.09.23 um 20:58 schrieb Felix Kuehling: On 2023-09-05 02:04, Christian König wrote: The KIQ code path was ignoring the second flush. Also avoid long lines and re-calculating the register offsets over and over again. Signed-off-by: Christian König ---  

Re: [PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-08 Thread Felix Kuehling
On 2023-09-05 02:04, Christian König wrote: The KIQ code path was ignoring the second flush. Also avoid long lines and re-calculating the register offsets over and over again. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 29 +-- 1 file

Re: [PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-06 Thread Christian König
Am 05.09.23 um 22:45 schrieb Alex Deucher: On Tue, Sep 5, 2023 at 3:00 AM Christian König wrote: The KIQ code path was ignoring the second flush. Also avoid long lines and re-calculating the register offsets over and over again. I'd split this into two patches, one for the code cleanup and

Re: [PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-05 Thread Alex Deucher
On Tue, Sep 5, 2023 at 3:00 AM Christian König wrote: > > The KIQ code path was ignoring the second flush. Also avoid long lines and > re-calculating the register offsets over and over again. I'd split this into two patches, one for the code cleanup and one to fix the missing flush. Alex > >

[PATCH 01/11] drm/amdgpu: fix and cleanup gmc_v9_0_flush_gpu_tlb

2023-09-05 Thread Christian König
The KIQ code path was ignoring the second flush. Also avoid long lines and re-calculating the register offsets over and over again. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 29 +-- 1 file changed, 18 insertions(+), 11 deletions(-) diff