[go: nahoru, domu]

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

/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c107 static const struct vm_operations_struct *ttm_vm_ops; variable in typeref:struct:vm_operations_struct
117 r = ttm_vm_ops->fault(vma, vmf);
146 if (unlikely(ttm_vm_ops == NULL)) {
147 ttm_vm_ops = vma->vm_ops;
148 qxl_ttm_vm_ops = *ttm_vm_ops;
/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c940 static const struct vm_operations_struct *ttm_vm_ops = NULL; variable in typeref:struct:vm_operations_struct
954 r = ttm_vm_ops->fault(vma, vmf);
978 if (unlikely(ttm_vm_ops == NULL)) {
979 ttm_vm_ops = vma->vm_ops;
980 radeon_ttm_vm_ops = *ttm_vm_ops;

Completed in 70 milliseconds