drm/amdkfd: use mask to get v9 interrupt sq data bits correctly
authorAlex Sierra <alex.sierra@amd.com>
Mon, 28 Aug 2023 14:47:21 +0000 (09:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:51:16 +0000 (15:51 -0400)
commitda3a815ccd3a86e260999c6fc087ecd48804252e
tree9b62912a4e5c4e6b2ff3435e83f27836d932bee1
parent06b1661e45b4a58af165367f82aa25c279903b9b
drm/amdkfd: use mask to get v9 interrupt sq data bits correctly

Interrupt sq data bits were not taken properly from contextid0 and contextid1.
Use macro KFD_CONTEXT_ID_GET_SQ_INT_DATA instead.

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c