Re: [PATCH v3 6/9] drm/amdgpu: add new parameters in v11_struct

2023-03-31 Thread Shashank Sharma
On 30/03/2023 23:25, Alex Deucher wrote: On Wed, Mar 29, 2023 at 12:05 PM Shashank Sharma wrote: From: Arvind Yadav This patch: - adds some new parameters defined for the gfx usermode queues use cases in the v11_mqd_struct. - sets those parametes with the respective allocated gpu context

Re: [PATCH v3 6/9] drm/amdgpu: add new parameters in v11_struct

2023-03-30 Thread Yadav, Arvind
On 3/31/2023 2:55 AM, Alex Deucher wrote: On Wed, Mar 29, 2023 at 12:05 PM Shashank Sharma wrote: From: Arvind Yadav This patch: - adds some new parameters defined for the gfx usermode queues use cases in the v11_mqd_struct. - sets those parametes with the respective allocated gpu contex

Re: [PATCH v3 6/9] drm/amdgpu: add new parameters in v11_struct

2023-03-30 Thread Alex Deucher
On Wed, Mar 29, 2023 at 12:05 PM Shashank Sharma wrote: > > From: Arvind Yadav > > This patch: > - adds some new parameters defined for the gfx usermode queues > use cases in the v11_mqd_struct. > - sets those parametes with the respective allocated gpu context > space addresses. > > Cc: Alex