Home
last modified time | relevance | path

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

/drivers/gpu/drm/qxl/
Dqxl_dumb.c80 uint32_t handle, uint64_t *offset_p) in qxl_mode_dumb_mmap() argument
85 BUG_ON(!offset_p); in qxl_mode_dumb_mmap()
90 *offset_p = qxl_bo_mmap_offset(qobj); in qxl_mode_dumb_mmap()
Dqxl_drv.h347 uint32_t handle, uint64_t *offset_p);
/drivers/gpu/drm/virtio/
Dvirtgpu_gem.c96 uint32_t handle, uint64_t *offset_p) in virtio_gpu_mode_dumb_mmap() argument
100 BUG_ON(!offset_p); in virtio_gpu_mode_dumb_mmap()
104 *offset_p = drm_vma_node_offset_addr(&gobj->vma_node); in virtio_gpu_mode_dumb_mmap()
Dvirtgpu_drv.h254 uint32_t handle, uint64_t *offset_p);
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.h58 uint32_t handle, uint64_t *offset_p);
Damdgpu_gem.c382 uint32_t handle, uint64_t *offset_p) in amdgpu_mode_dumb_mmap() argument
397 *offset_p = amdgpu_bo_mmap_offset(robj); in amdgpu_mode_dumb_mmap()
/drivers/gpu/drm/radeon/
Dradeon_gem.c411 uint32_t handle, uint64_t *offset_p) in radeon_mode_dumb_mmap() argument
425 *offset_p = radeon_bo_mmap_offset(robj); in radeon_mode_dumb_mmap()
Dradeon_drv.c144 uint32_t handle, uint64_t *offset_p);
Dradeon.h592 uint32_t handle, uint64_t *offset_p);