Searched refs:drm_gem_vunmap_unlocked (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/panfrost/ |
D | panfrost_perfcnt.c | 168 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()
|
D | panfrost_dump.c | 239 drm_gem_vunmap_unlocked(&bo->base.base, &map); in panfrost_core_dump()
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_gem_framebuffer_helper.c | 387 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()
|
D | drm_client.c | 268 drm_gem_vunmap_unlocked(buffer->gem, &buffer->map); in drm_client_buffer_delete() 374 drm_gem_vunmap_unlocked(buffer->gem, map); in drm_client_buffer_vunmap()
|
D | drm_gem.c | 1224 void drm_gem_vunmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vunmap_unlocked() function 1230 EXPORT_SYMBOL(drm_gem_vunmap_unlocked);
|
/Linux-v6.6/include/drm/ |
D | drm_gem.h | 522 void drm_gem_vunmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map);
|
/Linux-v6.6/drivers/gpu/drm/lima/ |
D | lima_sched.c | 382 drm_gem_vunmap_unlocked(&bo->base.base, &map); in lima_sched_build_error_task_list()
|