Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_gem.h115 ret = drm_gem_vmap_unlocked(bo->obj, &map); in panthor_kernel_bo_vmap()
H A Dpanthor_sched.c869 ret = drm_gem_vmap_unlocked(queue->syncwait.obj, &map); in panthor_queue_get_syncwait_obj()
/linux-6.15/include/drm/
H A Ddrm_gem.h540 int drm_gem_vmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map);
/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_dump.c212 ret = drm_gem_vmap_unlocked(&bo->base.base, &map); in panfrost_core_dump()
H A Dpanfrost_perfcnt.c109 ret = drm_gem_vmap_unlocked(&bo->base, &map); in panfrost_perfcnt_enable_locked()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c365 ret = drm_gem_vmap_unlocked(obj, &map[i]); in drm_gem_fb_vmap()
H A Ddrm_gem.c1265 int drm_gem_vmap_unlocked(struct drm_gem_object *obj, struct iosys_map *map) in drm_gem_vmap_unlocked() function
1275 EXPORT_SYMBOL(drm_gem_vmap_unlocked);
/linux-6.15/drivers/gpu/drm/lima/
H A Dlima_sched.c374 ret = drm_gem_vmap_unlocked(&bo->base.base, &map); in lima_sched_build_error_task_list()
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_gem.c420 ret = drm_gem_vmap_unlocked(to_gobj(abo), &map); in amdxdna_drm_create_cmd_bo()