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