Home
last modified time | relevance | path

Searched refs:ttm_vm_ops (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c115 static const struct vm_operations_struct *ttm_vm_ops;
128 r = ttm_vm_ops->fault(vma, vmf);
150 if (unlikely(ttm_vm_ops == NULL)) { in virtio_gpu_mmap()
151 ttm_vm_ops = vma->vm_ops; in virtio_gpu_mmap()
152 virtio_gpu_ttm_vm_ops = *ttm_vm_ops; in virtio_gpu_mmap()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c107 static const struct vm_operations_struct *ttm_vm_ops; variable
117 r = ttm_vm_ops->fault(vma, vmf); in qxl_ttm_fault()
146 if (unlikely(ttm_vm_ops == NULL)) { in qxl_mmap()
147 ttm_vm_ops = vma->vm_ops; in qxl_mmap()
148 qxl_ttm_vm_ops = *ttm_vm_ops; in qxl_mmap()
/drivers/gpu/drm/radeon/
Dradeon_ttm.c967 static const struct vm_operations_struct *ttm_vm_ops = NULL; variable
981 r = ttm_vm_ops->fault(vma, vmf); in radeon_ttm_fault()
1005 if (unlikely(ttm_vm_ops == NULL)) { in radeon_mmap()
1006 ttm_vm_ops = vma->vm_ops; in radeon_mmap()
1007 radeon_ttm_vm_ops = *ttm_vm_ops; in radeon_mmap()