[PATCH 11/11] drm/amdgpu: further move TLB hw workarounds a layer up

2023-09-19 Thread Christian König
For the PASID flushing we already handled that at a higher layer, apply those workarounds to the standard flush as well. Signed-off-by: Christian König Reviewed-by: Alex Deucher Reviewed-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 19 +++

Re: [PATCH 11/11] drm/amdgpu: further move TLB hw workarounds a layer up

2023-09-05 Thread Alex Deucher
On Tue, Sep 5, 2023 at 3:00 AM Christian König wrote: > > For the PASID flushing we already handled that at a higher layer, apply > those workarounds to the standard flush as well. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c |

[PATCH 11/11] drm/amdgpu: further move TLB hw workarounds a layer up

2023-09-05 Thread Christian König
For the PASID flushing we already handled that at a higher layer, apply those workarounds to the standard flush as well. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 19 +++ drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 74 - 2 files