]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: fix using the reserved VMID with gang submit
authorChristian König <christian.koenig@amd.com>
Thu, 18 Jan 2024 12:28:55 +0000 (13:28 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Jun 2024 16:48:00 +0000 (12:48 -0400)
commita6328c9c3df355daec1935f672e8ec9d9d391b43
tree3f4e03f33d895f801d0d7ebdbdf9359d1e1998f9
parentb32563859d6f61265222ec0f27d394964a8f7669
drm/amdgpu: fix using the reserved VMID with gang submit

We need to ensure that even when using a reserved VMID that the gang
members can still run in parallel.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c