Re: [PATCH v3 8/9] drm/amdgpu: map wptr BO into GART

2023-04-11 Thread Shashank Sharma
On 11/04/2023 11:29, Christian König wrote: Am 10.04.23 um 02:00 schrieb Bas Nieuwenhuizen: On Wed, Mar 29, 2023 at 6:05 PM Shashank Sharma wrote: From: Arvind Yadav To support oversubscription, MES expects WPTR BOs to be mapped to GART, before they are submitted to usermode queues. Cc: A

Re: [PATCH v3 8/9] drm/amdgpu: map wptr BO into GART

2023-04-11 Thread Christian König
Am 10.04.23 um 02:00 schrieb Bas Nieuwenhuizen: On Wed, Mar 29, 2023 at 6:05 PM Shashank Sharma wrote: From: Arvind Yadav To support oversubscription, MES expects WPTR BOs to be mapped to GART, before they are submitted to usermode queues. Cc: Alex Deucher Cc: Christian Koenig Cc: Shashank

Re: [PATCH v3 8/9] drm/amdgpu: map wptr BO into GART

2023-04-09 Thread Bas Nieuwenhuizen
On Wed, Mar 29, 2023 at 6:05 PM Shashank Sharma wrote: > > From: Arvind Yadav > > To support oversubscription, MES expects WPTR BOs to be mapped > to GART, before they are submitted to usermode queues. > > Cc: Alex Deucher > Cc: Christian Koenig > Cc: Shashank Sharma > Signed-off-by: Arvind Y

[PATCH v3 8/9] drm/amdgpu: map wptr BO into GART

2023-03-29 Thread Shashank Sharma
From: Arvind Yadav To support oversubscription, MES expects WPTR BOs to be mapped to GART, before they are submitted to usermode queues. Cc: Alex Deucher Cc: Christian Koenig Cc: Shashank Sharma Signed-off-by: Arvind Yadav --- drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c | 89