[PATCH v3 10/14] drm/panthor: Add the scheduler logical block

Boris Brezillon boris.brezillon at collabora.com
Mon Jan 15 13:05:02 UTC 2024


On Tue, 19 Dec 2023 12:50:21 +0100
Ketil Johnsen <ketil.johnsen at arm.com> 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


More information about the dri-devel mailing list