drm_gem_vm_close(9) 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.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT