Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-02-14 Thread Danilo Krummrich
On 2/3/23 18:37, Matthew Brost wrote: On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers start impl

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-02-06 Thread Danilo Krummrich
On 2/6/23 14:35, Christian König wrote: Am 03.02.23 um 18:37 schrieb Matthew Brost: On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. New UAPIs, motivated by Vulkan spa

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-02-06 Thread Christian König
Am 03.02.23 um 18:37 schrieb Matthew Brost: On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers star

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-02-03 Thread Matthew Brost
On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: > This adds the infrastructure for a manager implementation to keep track > of GPU virtual address (VA) mappings. > > New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers > start implementing, allow userspace appli

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-27 Thread Danilo Krummrich
On Fri, Jan 27, 2023 at 12:24:07AM +, Matthew Brost wrote: > On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: > > This adds the infrastructure for a manager implementation to keep track > > of GPU virtual address (VA) mappings. > > > > New UAPIs, motivated by Vulkan sparse mem

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-26 Thread Matthew Brost
On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: > This adds the infrastructure for a manager implementation to keep track > of GPU virtual address (VA) mappings. > > New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers > start implementing, allow userspace appli

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-26 Thread Matthew Brost
On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: > This adds the infrastructure for a manager implementation to keep track > of GPU virtual address (VA) mappings. > > New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers > start implementing, allow userspace appli

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-24 Thread Niranjana Vishwanathapura
On Tue, Jan 24, 2023 at 01:11:55AM +0100, Danilo Krummrich wrote: On 1/24/23 00:23, Niranjana Vishwanathapura wrote: On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. N

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-23 Thread Danilo Krummrich
On 1/24/23 00:23, Niranjana Vishwanathapura wrote: On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. New UAPIs, motivated by Vulkan sparse memory bindings graphics drive

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-23 Thread Niranjana Vishwanathapura
On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers start implementing, allow userspace applications

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-20 Thread Danilo Krummrich
On 1/19/23 05:14, Bagas Sanjaya wrote: On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. "Add infrastructure for ..." + * Analogue to drm_gpuva_sm_map_ops_create() dr

Re: [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-18 Thread Bagas Sanjaya
On Wed, Jan 18, 2023 at 07:12:45AM +0100, Danilo Krummrich wrote: > This adds the infrastructure for a manager implementation to keep track > of GPU virtual address (VA) mappings. "Add infrastructure for ..." > + * Analogue to drm_gpuva_sm_map_ops_create() drm_gpuva_sm_unmap_ops_create() > + * pr

[PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings

2023-01-17 Thread Danilo Krummrich
This adds the infrastructure for a manager implementation to keep track of GPU virtual address (VA) mappings. New UAPIs, motivated by Vulkan sparse memory bindings graphics drivers start implementing, allow userspace applications to request multiple and arbitrary GPU VA mappings of buffer objects.