Re: [PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap

2025-05-13 Thread Lyude Paul
On Wed, 2025-03-19 at 08:49 +0100, Christian König wrote: > Am 18.03.25 um 20:22 schrieb Daniel Almeida: > > From: Asahi Lina > > > > Since commit 21aa27ddc582 ("drm/shmem-helper: Switch to reservation > > lock"), the drm_gem_shmem_vmap and drm_gem_shmem_vunmap functions > > require that the call

Re: [PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap

2025-04-05 Thread Christian König
Am 18.03.25 um 20:22 schrieb Daniel Almeida: > From: Asahi Lina > > Since commit 21aa27ddc582 ("drm/shmem-helper: Switch to reservation > lock"), the drm_gem_shmem_vmap and drm_gem_shmem_vunmap functions > require that the caller holds the DMA reservation lock for the object. > Add lockdep asserti

[PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap

2025-03-18 Thread Daniel Almeida
From: Asahi Lina Since commit 21aa27ddc582 ("drm/shmem-helper: Switch to reservation lock"), the drm_gem_shmem_vmap and drm_gem_shmem_vunmap functions require that the caller holds the DMA reservation lock for the object. Add lockdep assertions to help validate this. Signed-off-by: Asahi Lina S