Name

drm_gem_vm_close — vma->ops->close implementation for GEM

Synopsis

void drm_gem_vm_close (struct vm_area_struct * vma);
 

Arguments

vma

VM area structure

Description

This function implements the #vm_operations_struct close callback for GEM drivers. This must be used together with drm_gem_vm_open.