Re: [PATCH] drm/amdgpu: Assign correct bits for SDMA HDP flush

2024-05-07 Thread Harry Wentland
On 2024-05-06 22:50, Lazar, Lijo wrote: > > > On 5/7/2024 6:00 AM, Harry Wentland wrote: >> This patch is causing crashes of Manor Lords on my Navi 21 on the 6.8.9 >> stable kernel. It leads to an assertion failure in wine: >> >> File: ../src-wine/dlls/winevulkan/loader_thunks.c >> Line: 3621

Re: [PATCH] drm/amdgpu: Assign correct bits for SDMA HDP flush

2024-05-06 Thread Lazar, Lijo
On 5/7/2024 6:00 AM, Harry Wentland wrote: > This patch is causing crashes of Manor Lords on my Navi 21 on the 6.8.9 > stable kernel. It leads to an assertion failure in wine: > > File: ../src-wine/dlls/winevulkan/loader_thunks.c > Line: 3621 > > Expression "!status && vkEndCommandBuffer"" >

Re: [PATCH] drm/amdgpu: Assign correct bits for SDMA HDP flush

2024-05-06 Thread Harry Wentland
This patch is causing crashes of Manor Lords on my Navi 21 on the 6.8.9 stable kernel. It leads to an assertion failure in wine: File: ../src-wine/dlls/winevulkan/loader_thunks.c Line: 3621 Expression "!status && vkEndCommandBuffer"" This happens both with radv and amdvlk. It starts happening

Re: [PATCH] drm/amdgpu: Assign correct bits for SDMA HDP flush

2024-04-17 Thread Alex Deucher
On Wed, Apr 17, 2024 at 8:07 AM Lijo Lazar wrote: > > HDP Flush request bit can be kept unique per AID, and doesn't need to be > unique SOC-wide. Assign only bits 10-13 for SDMA v4.4.2. > > Signed-off-by: Lijo Lazar Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 3 +

[PATCH] drm/amdgpu: Assign correct bits for SDMA HDP flush

2024-04-17 Thread Lijo Lazar
HDP Flush request bit can be kept unique per AID, and doesn't need to be unique SOC-wide. Assign only bits 10-13 for SDMA v4.4.2. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgp