Re: [PATCH v5 05/10] drm/amdgpu: create context space for usermode queue

2023-07-06 Thread Alex Deucher
On Thu, Jul 6, 2023 at 8:36 AM Shashank Sharma wrote: > > The FW expects us to allocate at least one page as context > space to process gang, process, GDS and FW related work. > This patch creates a joint object for the same, and calculates > GPU space offsets for each of these spaces. > > V1: Ad

Re: [PATCH v5 05/10] drm/amdgpu: create context space for usermode queue

2023-07-06 Thread Christian König
Am 06.07.23 um 15:33 schrieb Shashank Sharma: Hey Christian, On 06/07/2023 15:28, Christian König wrote: Am 06.07.23 um 14:35 schrieb Shashank Sharma: The FW expects us to allocate at least one page as context space to process gang, process, GDS and FW  related work. This patch creates a joint

Re: [PATCH v5 05/10] drm/amdgpu: create context space for usermode queue

2023-07-06 Thread Shashank Sharma
Hey Christian, On 06/07/2023 15:28, Christian König wrote: Am 06.07.23 um 14:35 schrieb Shashank Sharma: The FW expects us to allocate at least one page as context space to process gang, process, GDS and FW  related work. This patch creates a joint object for the same, and calculates GPU space

Re: [PATCH v5 05/10] drm/amdgpu: create context space for usermode queue

2023-07-06 Thread Christian König
Am 06.07.23 um 14:35 schrieb Shashank Sharma: The FW expects us to allocate at least one page as context space to process gang, process, GDS and FW related work. This patch creates a joint object for the same, and calculates GPU space offsets for each of these spaces. V1: Addressed review comme

[PATCH v5 05/10] drm/amdgpu: create context space for usermode queue

2023-07-06 Thread Shashank Sharma
The FW expects us to allocate at least one page as context space to process gang, process, GDS and FW related work. This patch creates a joint object for the same, and calculates GPU space offsets for each of these spaces. V1: Addressed review comments on RFC patch: Alex: Make this function I