Re: [PATCH 1/6] drm/amdkfd: Move the control stack on GFX10 to userspace buffer

2019-09-26 Thread Kuehling, Felix
Patches 1-3 and patch 5 are Reviewed-by: Felix Kuehling See separate emails for patches 4 and 6. On 2019-09-26 2:38 p.m., Zhao, Yong wrote: > 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. > > Change-Id:

[PATCH 1/6] drm/amdkfd: Move the control stack on GFX10 to userspace buffer

2019-09-26 Thread Zhao, Yong
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. Change-Id: I446c9685549a09ac8846a42ee22d86cfb93fd98c Signed-off-by: Yong Zhao --- .../gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c | 37 ++- 1