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>
Wed, 14 Feb 2024 22:15:35 +0000 (17:15 -0500)
commit3459ffe8a8bc9e4f9b8578c3499866dc1ee3e552
treed43688e28eee08d1fe73bf7d78b19caff3e3c12a
parent5869b32bbeb755dae10c6a2359cd79d2cb1705d2
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