Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-10-02 Thread Christian König
Am 28.09.23 um 15:54 schrieb Shashank Sharma: On 28/09/2023 15:52, Alex Deucher wrote: On Thu, Sep 28, 2023 at 9:40 AM Shashank Sharma wrote: On 28/09/2023 15:27, Alex Deucher wrote: On Thu, Sep 28, 2023 at 9:22 AM Shashank Sharma wrote: On 14/09/2023 10:24, Shashank Sharma wrote: On 14/

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-28 Thread Shashank Sharma
On 28/09/2023 15:52, Alex Deucher wrote: On Thu, Sep 28, 2023 at 9:40 AM Shashank Sharma wrote: On 28/09/2023 15:27, Alex Deucher wrote: On Thu, Sep 28, 2023 at 9:22 AM Shashank Sharma wrote: On 14/09/2023 10:24, Shashank Sharma wrote: On 14/09/2023 09:45, Christian König wrote: Am 08.0

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-28 Thread Alex Deucher
On Thu, Sep 28, 2023 at 9:40 AM Shashank Sharma wrote: > > > On 28/09/2023 15:27, Alex Deucher wrote: > > On Thu, Sep 28, 2023 at 9:22 AM Shashank Sharma > > wrote: > >> > >> On 14/09/2023 10:24, Shashank Sharma wrote: > >>> On 14/09/2023 09:45, Christian König wrote: > Am 08.09.23 um 18:04

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-28 Thread Shashank Sharma
On 28/09/2023 15:27, Alex Deucher wrote: On Thu, Sep 28, 2023 at 9:22 AM Shashank Sharma wrote: On 14/09/2023 10:24, Shashank Sharma wrote: On 14/09/2023 09:45, Christian König wrote: Am 08.09.23 um 18:04 schrieb Shashank Sharma: A Memory queue descriptor (MQD) of a userqueue defines it i

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-28 Thread Alex Deucher
On Thu, Sep 28, 2023 at 9:22 AM Shashank Sharma wrote: > > > On 14/09/2023 10:24, Shashank Sharma wrote: > > > > On 14/09/2023 09:45, Christian König wrote: > >> Am 08.09.23 um 18:04 schrieb Shashank Sharma: > >>> A Memory queue descriptor (MQD) of a userqueue defines it in > >>> the hw's context.

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-28 Thread Shashank Sharma
On 14/09/2023 10:24, Shashank Sharma wrote: On 14/09/2023 09:45, Christian König wrote: Am 08.09.23 um 18:04 schrieb Shashank Sharma: A Memory queue descriptor (MQD) of a userqueue defines it in the hw's context. As MQD format can vary between different graphics IPs, we need gfx GEN specific

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-14 Thread Shashank Sharma
On 14/09/2023 09:45, Christian König wrote: Am 08.09.23 um 18:04 schrieb Shashank Sharma: A Memory queue descriptor (MQD) of a userqueue defines it in the hw's context. As MQD format can vary between different graphics IPs, we need gfx GEN specific handlers to create MQDs. This patch: - Intro

Re: [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-14 Thread Christian König
Am 08.09.23 um 18:04 schrieb Shashank Sharma: A Memory queue descriptor (MQD) of a userqueue defines it in the hw's context. As MQD format can vary between different graphics IPs, we need gfx GEN specific handlers to create MQDs. This patch: - Introduces MQD handler functions for the usermode qu

[PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

2023-09-08 Thread Shashank Sharma
A Memory queue descriptor (MQD) of a userqueue defines it in the hw's context. As MQD format can vary between different graphics IPs, we need gfx GEN specific handlers to create MQDs. This patch: - Introduces MQD handler functions for the usermode queues. - Adds new functions to create and destroy