drm/amdkfd: Add missing gfx11 MQD manager callbacks
authorJay Cornwall <jay.cornwall@amd.com>
Fri, 25 Aug 2023 16:18:41 +0000 (12:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:51:16 +0000 (15:51 -0400)
commit38498908c5e3ef24d6a1c44994e2a3eaf9ffa4a3
treea057737477fd4b4266143435b0e75ccd33d4f615
parentbf7aa8bea9cbe26dfc7fe5cf9c0ed05a419dbb64
drm/amdkfd: Add missing gfx11 MQD manager callbacks

mqd_stride function was introduced in commit 2f77b9a242a2
("drm/amdkfd: Update MQD management on multi XCC setup")
but not assigned for gfx11. Fixes a NULL dereference in debugfs.

Signed-off-by: Jay Cornwall <jay.cornwall@amd.com>
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c