Re: [PATCH v6 06/32] drm/gpusvm: Add support for GPU Shared Virtual Memory

2025-02-25 Thread Matthew Brost
On Tue, Feb 25, 2025 at 03:14:23PM +, Matthew Auld wrote: > On 25/02/2025 04:42, Matthew Brost wrote: > > This patch introduces support for GPU Shared Virtual Memory (SVM) in the > > Direct Rendering Manager (DRM) subsystem. SVM allows for seamless > > sharing of memory between the CPU and GPU,

Re: [PATCH v6 06/32] drm/gpusvm: Add support for GPU Shared Virtual Memory

2025-02-25 Thread Matthew Auld
On 25/02/2025 04:42, Matthew Brost wrote: This patch introduces support for GPU Shared Virtual Memory (SVM) in the Direct Rendering Manager (DRM) subsystem. SVM allows for seamless sharing of memory between the CPU and GPU, enhancing performance and flexibility in GPU computing tasks. The patch

[PATCH v6 06/32] drm/gpusvm: Add support for GPU Shared Virtual Memory

2025-02-24 Thread Matthew Brost
This patch introduces support for GPU Shared Virtual Memory (SVM) in the Direct Rendering Manager (DRM) subsystem. SVM allows for seamless sharing of memory between the CPU and GPU, enhancing performance and flexibility in GPU computing tasks. The patch adds the necessary infrastructure for SVM, i