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>
Thu, 31 Aug 2023 22:10:28 +0000 (18:10 -0400)
commita1fe9e9f73ce42f8cfcd07b5af221c17b850ebdf
tree7839a7f3c4173c6c5ca6bcad6f423d255f8210fe
parent6d1b3455481a2cc1c6cd478770755c31e932130f
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