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)
commit2fc092d4c761f8df092398f59c73c3359a46ae5b
tree6cbbbcd3cf20c1fa898fca8adf1d3566b3798964
parentcdf4c8ec39872a61a58d62f19b4db80f0f7bc586
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