Home
last modified time | relevance | path

Searched refs:drm_vma_node_offset_addr (Results 1 – 22 of 22) 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/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.c3505 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/rust/kernel/drm/gem/
H A Dmod.rs217 Ok(unsafe { bindings::drm_vma_node_offset_addr(&raw mut (*self.as_raw()).vma_node) }) in create_mmap_offset()
/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/gpu/drm/lima/
H A Dlima_gem.c256 *offset = drm_vma_node_offset_addr(&obj->vma_node); in lima_gem_get_info()
/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c437 drm_vma_node_offset_addr(&gobj->vma_node), abo->type, in amdxdna_gem_obj_mmap()
1002 args->map_offset = drm_vma_node_offset_addr(&gobj->vma_node); in amdxdna_drm_get_bo_info_ioctl()
/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/i915/gem/
H A Di915_gem_mman.c801 *offset = drm_vma_node_offset_addr(&mmo->vma_node); in __assign_mmap_offset()
/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/vc4/
H A Dvc4_bo.c829 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.c427 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/i915/gt/
H A Dintel_reset.c868 drm_vma_node_offset_addr(node) + vma_offset, in revoke_mmaps()
/linux/drivers/accel/qaic/
H A Dqaic_data.c826 args->offset = drm_vma_node_offset_addr(&obj->vma_node); in qaic_mmap_bo_ioctl()