Searched refs:drm_gem_vunmap (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/ |
| A D | drm_client.c | 178 drm_gem_vunmap(buffer->gem, &buffer->map); in drm_client_buffer_delete() 331 drm_gem_vunmap(buffer->gem, &buffer->map); in drm_client_buffer_vunmap()
|
| A D | drm_gem_framebuffer_helper.c | 390 drm_gem_vunmap(obj, &map[i]); in drm_gem_fb_vmap() 417 drm_gem_vunmap(obj, &map[i]); in drm_gem_fb_vunmap()
|
| A D | drm_gem.c | 1300 void drm_gem_vunmap(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vunmap() function 1306 EXPORT_SYMBOL(drm_gem_vunmap);
|
| /drivers/gpu/drm/panfrost/ |
| A D | panfrost_perfcnt.c | 170 drm_gem_vunmap(&bo->base, &map); in panfrost_perfcnt_enable_locked() 200 drm_gem_vunmap(&perfcnt->mapping->obj->base.base, &map); in panfrost_perfcnt_disable_locked()
|
| A D | panfrost_dump.c | 231 drm_gem_vunmap(&bo->base.base, &map); in panfrost_core_dump()
|
| /drivers/gpu/drm/panthor/ |
| A D | panthor_gem.h | 197 drm_gem_vunmap(bo->obj, &map); in panthor_kernel_bo_vunmap()
|
| A D | panthor_sched.c | 843 drm_gem_vunmap(queue->syncwait.obj, &map); in panthor_queue_put_syncwait_obj()
|
| /drivers/gpu/drm/lima/ |
| A D | lima_sched.c | 384 drm_gem_vunmap(&bo->base.base, &map); in lima_sched_build_error_task_list()
|
| /drivers/accel/amdxdna/ |
| A D | amdxdna_gem.c | 433 drm_gem_vunmap(gobj, &map); in amdxdna_gem_obj_free()
|
Completed in 23 milliseconds