drm/amdgpu: Fix implicit assumtion in gfx11 debug flags
authorRajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Sat, 10 Feb 2024 01:23:19 +0000 (20:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Feb 2024 19:18:44 +0000 (14:18 -0500)
commita8ac4bcaeb660c5eeb273507e8dbf713ba56de44
tree5e043f94a59c12e08ccdd755ffc57327fe2b6f09
parente3de58f8fd5bda8685bb87bf7457bbc10479765b
drm/amdgpu: Fix implicit assumtion in gfx11 debug flags

Gfx11 debug flags mask is currently set with an implicit assumption that
no other mqd update flags exist. This needs to be fixed with newly
introduced flag UPDATE_FLAG_IS_GWS by the previous patch.

Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c