Home
last modified time | relevance | path

Searched refs:drm_gem_vunmap_unlocked (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.h134 drm_gem_vunmap_unlocked(bo->obj, &map); in panthor_kernel_bo_vunmap()
H A Dpanthor_sched.c832 drm_gem_vunmap_unlocked(queue->syncwait.obj, &map); in panthor_queue_put_syncwait_obj()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_perfcnt.c168 drm_gem_vunmap_unlocked(&bo->base, &map); in panfrost_perfcnt_enable_locked()
198 drm_gem_vunmap_unlocked(&perfcnt->mapping->obj->base.base, &map); in panfrost_perfcnt_disable_locked()
H A Dpanfrost_dump.c231 drm_gem_vunmap_unlocked(&bo->base.base, &map); in panfrost_core_dump()
/linux/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c387 drm_gem_vunmap_unlocked(obj, &map[i]); in drm_gem_fb_vmap()
414 drm_gem_vunmap_unlocked(obj, &map[i]); in drm_gem_fb_vunmap()
H A Ddrm_client.c177 drm_gem_vunmap_unlocked(buffer->gem, &buffer->map); in drm_client_buffer_delete()
H A Ddrm_gem.c1277 void drm_gem_vunmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vunmap_unlocked() function
1283 EXPORT_SYMBOL(drm_gem_vunmap_unlocked);
/linux/include/drm/
H A Ddrm_gem.h538 void drm_gem_vunmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map);
/linux/drivers/gpu/drm/lima/
H A Dlima_sched.c382 drm_gem_vunmap_unlocked(&bo->base.base, &map); in lima_sched_build_error_task_list()