Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_ttm.c52 static const struct vm_operations_struct *ttm_vm_ops; variable
62 ret = ttm_vm_ops->fault(vmf); in qxl_ttm_fault()
83 if (unlikely(ttm_vm_ops == NULL)) { in qxl_mmap()
84 ttm_vm_ops = vma->vm_ops; in qxl_mmap()
85 qxl_ttm_vm_ops = *ttm_vm_ops; in qxl_mmap()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c884 static const struct vm_operations_struct *ttm_vm_ops = NULL; variable
898 ret = ttm_vm_ops->fault(vmf); in radeon_ttm_fault()
916 if (unlikely(ttm_vm_ops == NULL)) { in radeon_mmap()
917 ttm_vm_ops = vma->vm_ops; in radeon_mmap()
918 radeon_ttm_vm_ops = *ttm_vm_ops; in radeon_mmap()