Re: [PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation

2025-07-11 Thread Andrew Davis
On 6/6/25 1:28 AM, Tomeu Vizoso wrote: This uses the SHMEM DRM helpers and we map right away to the CPU and NPU sides, as all buffers are expected to be accessed from both. v2: - Sync the IOMMUs for the other cores when mapping and unmapping. v3: - Make use of GPL-2.0-only for the copyright not

Re: [PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation

2025-07-01 Thread Heiko StĂĽbner
Am Freitag, 6. Juni 2025, 08:28:23 Mitteleuropäische Sommerzeit schrieb Tomeu Vizoso: > This uses the SHMEM DRM helpers and we map right away to the CPU and NPU > sides, as all buffers are expected to be accessed from both. > > v2: > - Sync the IOMMUs for the other cores when mapping and unmappin

Re: [PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation

2025-06-24 Thread Robin Murphy
On 2025-06-06 7:28 am, Tomeu Vizoso wrote: This uses the SHMEM DRM helpers and we map right away to the CPU and NPU sides, as all buffers are expected to be accessed from both. v2: - Sync the IOMMUs for the other cores when mapping and unmapping. v3: - Make use of GPL-2.0-only for the copyright

[PATCH v7 03/10] accel/rocket: Add IOCTL for BO creation

2025-06-05 Thread Tomeu Vizoso
This uses the SHMEM DRM helpers and we map right away to the CPU and NPU sides, as all buffers are expected to be accessed from both. v2: - Sync the IOMMUs for the other cores when mapping and unmapping. v3: - Make use of GPL-2.0-only for the copyright notice (Jeff Hugo) v6: - Use mutexes guard