drm_gem_vm_open — vma->ops->open implementation for GEM
void drm_gem_vm_open ( | struct vm_area_struct * vma) ; |
This function implements the #vm_operations_struct open
callback for GEM
drivers. This must be used together with drm_gem_vm_close
.