Re: [PATCH] drm/amdgpu: handle gang submit before VMID

2022-11-21 Thread Timur Kristóf
The patch did not make it into rc6 after all. Can you please make sure it goes into rc7? Thanks, Timur On Fri, 2022-11-18 at 17:53 +0100, Christian König wrote: > Pushed to drm-misc-fixes, should be picked up for the next rc. > > Let me know if you run into any more problems with that. > > Than

Re: [PATCH] drm/amdgpu: handle gang submit before VMID

2022-11-21 Thread Deucher, Alexander
M To: Christian König ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: handle gang submit before VMID The patch did not make it into rc6 after all. Can you please make sure it goes into rc7? Thanks, Timur On Fri, 2022-11-18 at 17:53 +

Re: [PATCH] drm/amdgpu: handle gang submit before VMID

2022-11-18 Thread Christian König
Pushed to drm-misc-fixes, should be picked up for the next rc. Let me know if you run into any more problems with that. Thanks, Christian. Am 18.11.22 um 16:36 schrieb Timur Kristóf: Can you guys please push this into the next 6.1 RC? This solves a significant issue with gang submit. On Fri,

Re: [PATCH] drm/amdgpu: handle gang submit before VMID

2022-11-18 Thread Timur Kristóf
Can you guys please push this into the next 6.1 RC? This solves a significant issue with gang submit. On Fri, 2022-11-18 at 16:30 +0100, Christian König wrote: > Otherwise it can happen that not all gang members can get a VMID > assigned and we deadlock. > > Signed-off-by: Christian König > Test

Re: [PATCH] drm/amdgpu: handle gang submit before VMID

2022-11-18 Thread Alex Deucher
On Fri, Nov 18, 2022 at 10:30 AM Christian König wrote: > > Otherwise it can happen that not all gang members can get a VMID > assigned and we deadlock. > > Signed-off-by: Christian König > Tested-by: Timur Kristóf > Acked-by: Timur Kristóf > Fixes: 68ce8b242242 ("drm/amdgpu: add gang submit ba

[PATCH] drm/amdgpu: handle gang submit before VMID

2022-11-18 Thread Christian König
Otherwise it can happen that not all gang members can get a VMID assigned and we deadlock. Signed-off-by: Christian König Tested-by: Timur Kristóf Acked-by: Timur Kristóf Fixes: 68ce8b242242 ("drm/amdgpu: add gang submit backend v2") --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 6 +++--- 1 fi