drm_gem_vm_open(9) vma->ops->open implementation for GEM

SYNOPSIS

void drm_gem_vm_open(struct vm_area_struct * vma);

ARGUMENTS

vma

VM area structure

DESCRIPTION

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

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