Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-06 Thread Shashank Sharma
On 06/04/2023 17:16, Felix Kuehling wrote: Am 2023-04-06 um 03:45 schrieb Shashank Sharma: On 05/04/2023 23:18, Luben Tuikov wrote: So, then why isn't Felix in the Cc tags? Doorbell changes touch that area too. He's actually the only one you left out, other than the MLs emails. Either add e

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-06 Thread Felix Kuehling
Am 2023-04-06 um 03:45 schrieb Shashank Sharma: On 05/04/2023 23:18, Luben Tuikov wrote: So, then why isn't Felix in the Cc tags? Doorbell changes touch that area too. He's actually the only one you left out, other than the MLs emails. Either add everyone to the Cc tags in the commit message,

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-06 Thread Shashank Sharma
On 05/04/2023 23:18, Luben Tuikov wrote: On 2023-04-05 06:06, Shashank Sharma wrote: On 04/04/2023 22:58, Luben Tuikov wrote: On 2023-04-04 12:36, Shashank Sharma wrote: On 04/04/2023 18:30, Luben Tuikov wrote: On 2023-03-29 12:04, Shashank Sharma wrote: From: Shashank Sharma This patch

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-05 Thread Luben Tuikov
On 2023-04-05 06:06, Shashank Sharma wrote: > > On 04/04/2023 22:58, Luben Tuikov wrote: >> On 2023-04-04 12:36, Shashank Sharma wrote: >>> On 04/04/2023 18:30, Luben Tuikov wrote: On 2023-03-29 12:04, Shashank Sharma wrote: > From: Shashank Sharma > > This patch adds new functio

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-05 Thread Shashank Sharma
On 04/04/2023 22:58, Luben Tuikov wrote: On 2023-04-04 12:36, Shashank Sharma wrote: On 04/04/2023 18:30, Luben Tuikov wrote: On 2023-03-29 12:04, Shashank Sharma wrote: From: Shashank Sharma This patch adds new functions to map/unmap a usermode queue into the FW, using the MES ring. As so

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-04 Thread Luben Tuikov
On 2023-04-04 12:36, Shashank Sharma wrote: > > On 04/04/2023 18:30, Luben Tuikov wrote: >> On 2023-03-29 12:04, Shashank Sharma wrote: >>> From: Shashank Sharma >>> >>> This patch adds new functions to map/unmap a usermode queue into >>> the FW, using the MES ring. As soon as this mapping is don

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-04 Thread Shashank Sharma
On 04/04/2023 18:30, Luben Tuikov wrote: On 2023-03-29 12:04, Shashank Sharma wrote: From: Shashank Sharma This patch adds new functions to map/unmap a usermode queue into the FW, using the MES ring. As soon as this mapping is done, the queue would be considered ready to accept the workload

Re: [PATCH v3 7/9] drm/amdgpu: map usermode queue into MES

2023-04-04 Thread Luben Tuikov
On 2023-03-29 12:04, Shashank Sharma wrote: > From: Shashank Sharma > > This patch adds new functions to map/unmap a usermode queue into > the FW, using the MES ring. As soon as this mapping is done, the > queue would be considered ready to accept the workload. > > V1: Addressed review comments