]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/gfx11: fix me field handling in map_queue packet
authorJack Xiao <Jack.Xiao@amd.com>
Thu, 12 May 2022 03:01:10 +0000 (23:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 May 2022 14:02:57 +0000 (10:02 -0400)
commita0412c0d51cb5074518ddf28bf4023ba9aa4cc44
tree6cbbbcd3cf20c1fa898fca8adf1d3566b3798964
parentb4222475e9f5f18973b62bd6303cb75d26ff99bb
drm/amdgpu/gfx11: fix me field handling in map_queue packet

Select the correct microengine (me) when using the
map_queue packet.  There are different me's for GFX,
compute, and scheduling.

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c