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

2023-05-22 Thread Shashank Sharma
On 19/05/2023 23:21, Alex Deucher wrote: On Mon, Apr 24, 2023 at 1:39 PM 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

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

2023-05-19 Thread Alex Deucher
On Mon, Apr 24, 2023 at 1:39 PM 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: A

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

2023-04-25 Thread Sharma, Shashank
amd-gfx@lists.freedesktop.org Cc: Yadav, Arvind ; Pelloux-Prayer, Pierre-Eric ; contactshashanksha...@gmail.com Subject: RE: [PATCH v4 05/10] drm/amdgpu: create context space for usermode queue [Public] > -Original Message- > From: Sharma, Shashank > Sent: Tuesday, April 25,

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

2023-04-25 Thread Deucher, Alexander
> > Subject: Re: [PATCH v4 05/10] drm/amdgpu: create context space for > usermode queue > > > On 25/04/2023 14:30, Christian König wrote: > > Am 24.04.23 um 19:38 schrieb Shashank Sharma: > >> The FW expects us to allocate at least one page as context spac

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

2023-04-25 Thread Shashank Sharma
On 25/04/2023 14:30, Christian König wrote: Am 24.04.23 um 19:38 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 ea

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

2023-04-25 Thread Christian König
Am 24.04.23 um 19:38 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 v4 05/10] drm/amdgpu: create context space for usermode queue

2023-04-24 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