On Tue, 19 Dec 2023 12:50:21 +0100 Ketil Johnsen <ketil.johnsen@xxxxxxx> wrote: > On 04/12/2023 18:33, Boris Brezillon wrote: > > <snip> > > > +static void > > +panthor_queue_put_syncwait_obj(struct panthor_queue *queue) > > +{ > > + if (queue->syncwait.kmap) { > > + struct iosys_map map = IOSYS_MAP_INIT_VADDR(queue->syncwait.kmap); > > + > > + drm_gem_vmap_unlocked(queue->syncwait.obj, &map); > > pretty sure you mean vUNmap here... I certainly do. Will be fixed in v4. Thanks, Boris