drm/amdkfd: Move the control stack on GFX10 to userspace buffer
authorYong Zhao <Yong.Zhao@amd.com>
Wed, 25 Sep 2019 18:07:26 +0000 (14:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:03 +0000 (09:11 -0500)
commit22471a58324703c70290772ed62fe3f3b7896715
tree3aced4a1ea58c9ab6d0ed57e3d87218046ac08ec
parent3a0c3423921e6a1f32ef27912c936e38bf28451b
drm/amdkfd: Move the control stack on GFX10 to userspace buffer

The GFX10 does not require the control stack to be right after mqd
buffer any more, so move it back to usersapce allocated CSWR buffer.

Signed-off-by: Yong Zhao <Yong.Zhao@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_mqd_manager_v10.c