commit | 03ff6d7238b77e5fb2b85dc5fe01d2db9eb893bd | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Fri Jan 19 12:23:55 2024 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jan 25 15:48:51 2024 -0500 |
tree | f65b7479dcc9452fb580717595b01015375ea097 | |
parent | e7a8594cc2af920a905db15653c19c362d4ebd3f [diff] |
drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs This needs to be set to 1 to avoid a potential deadlock in the GC 10.x and newer. On GC 9.x and older, this needs to be set to 0. This can lead to hangs in some mixed graphics and compute workloads. Updated firmware is also required for AQL. Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org