Home
last modified time | relevance | path

Searched refs:drm_vma_node_offset_addr (Results 1 – 25 of 25) sorted by relevance

/linux/include/drm/
H A Ddrm_vma_manager.h203 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr() function
225 drm_vma_node_offset_addr(node), in drm_vma_node_unmap()
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c46 prot, flags, drm_vma_node_offset_addr(node)); in igt_mmap_offset()
/linux/drivers/gpu/drm/xe/
H A Dxe_mmio_gem.c117 return drm_vma_node_offset_addr(&gem->base.vma_node); in xe_mmio_gem_mmap_offset()
H A Dxe_bo.c3327 args->offset = drm_vma_node_offset_addr(&gem_obj->vma_node); in xe_gem_mmap_offset_ioctl()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.h133 return drm_vma_node_offset_addr(&bo->tbo.base.vma_node); in radeon_bo_mmap_offset()
/linux/drivers/accel/rocket/
H A Drocket_gem.c112 args->offset = drm_vma_node_offset_addr(&gem_obj->vma_node); in rocket_ioctl_create_bo()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_bo.c249 args->offset = drm_vma_node_offset_addr(&gem_obj->vma_node); in v3d_mmap_bo_ioctl()
/linux/drivers/accel/ethosu/
H A Dethosu_drv.c111 args->offset = drm_vma_node_offset_addr(&obj->vma_node); in ethosu_ioctl_bo_mmap_offset()
/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c342 drm_vma_node_offset_addr(&gobj->vma_node), abo->type, in amdxdna_gem_obj_mmap()
911 args->map_offset = drm_vma_node_offset_addr(&gobj->vma_node); in amdxdna_drm_get_bo_info_ioctl()
/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c256 *offset = drm_vma_node_offset_addr(&obj->vma_node); in lima_gem_get_info()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c210 *offset = drm_vma_node_offset_addr(&obj->vma_node); in etnaviv_gem_mmap_offset()
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c593 args->value = drm_vma_node_offset_addr(&obj->vma_node); in msm_ioctl_gem_info()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c214 args->offset = drm_vma_node_offset_addr(&gem_obj->vma_node); in pvr_ioctl_get_bo_mmap_offset()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c801 *offset = drm_vma_node_offset_addr(&mmo->vma_node); in __assign_mmap_offset()
H A Di915_gem_ttm.c1195 return drm_vma_node_offset_addr(&obj->base.vma_node); in i915_ttm_mmap_offset()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_bo.c826 args->offset = drm_vma_node_offset_addr(&gem_obj->vma_node); in vc4_mmap_bo_ioctl()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1665 drm_vma_node_offset_addr(&res->guest_memory_bo->tbo.base.vma_node); in vmw_gb_surface_define_internal()
1738 drm_vma_node_offset_addr(&srf->res.guest_memory_bo->tbo.base.vma_node); in vmw_gb_surface_reference_internal()
/linux/drivers/gpu/drm/
H A Ddrm_gem.c457 *offset = drm_vma_node_offset_addr(&obj->vma_node); in drm_gem_dumb_map_offset()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c425 args->offset = drm_vma_node_offset_addr(&gem_obj->vma_node); in panfrost_ioctl_mmap_bo()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c325 rep->map_handle = drm_vma_node_offset_addr(&nvbo->bo.base.vma_node); in nouveau_gem_info()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.c150 return drm_vma_node_offset_addr(&obj->vma_node); in omap_gem_mmap_offset()
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c377 args->offset = drm_vma_node_offset_addr(&bo->gem.vma_node); in tegra_gem_mmap()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c974 args->offset = drm_vma_node_offset_addr(&obj->vma_node); in panthor_ioctl_bo_mmap_offset()
/linux/drivers/gpu/drm/i915/
H A Di915_vma.c1943 drm_vma_node_offset_addr(node) + vma_offset, in i915_vma_revoke_mmap()
/linux/drivers/accel/qaic/
H A Dqaic_data.c807 args->offset = drm_vma_node_offset_addr(&obj->vma_node); in qaic_mmap_bo_ioctl()