Re: [PATCH v3 08/12] drm/amdgpu: use doorbell manager for kfd kernel doorbells

2023-07-13 Thread Felix Kuehling
On 2023-06-20 13:16, Shashank Sharma wrote: This patch: - adds a doorbell bo in kfd device structure. - creates doorbell page for kfd kernel usages. - updates the get_kernel_doorbell and free_kernel_doorbell functions accordingly V2: Do not use wrapper API, use direct

[PATCH v3 08/12] drm/amdgpu: use doorbell manager for kfd kernel doorbells

2023-06-20 Thread Shashank Sharma
This patch: - adds a doorbell bo in kfd device structure. - creates doorbell page for kfd kernel usages. - updates the get_kernel_doorbell and free_kernel_doorbell functions accordingly V2: Do not use wrapper API, use direct amdgpu_create_kernel(Alex) V3: - Move single variable declaration