drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2
authorJonathan Kim <jonathan.kim@amd.com>
Tue, 11 Jul 2023 15:11:30 +0000 (11:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Jul 2023 16:22:52 +0000 (12:22 -0400)
commit8e436326958f633242f2394d4f7c820eb9320280
tree5d83d8d15923a1110dfbefbf3697eca53772d114
parent2d60ba1bf51e1fa09a7ae376b295489d7c37fb6d
drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2

The feature to save the dispatch ID in trap temporaries 6 & 7 on context
save is unconditionally enabled during MQD initialization.

Now that TTMPs are always setup regardless of debug mode for GC 9.4.3, we
should report that the dispatch ID is always available for debug/trap
handling.

Signed-off-by: Jonathan Kim <jonathan.kim@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_topology.c