drm_gem_put_pages(9) helper to free backing pages for a GEM object

SYNOPSIS

void drm_gem_put_pages(struct drm_gem_object * obj, struct page ** pages, bool dirty, bool accessed);

ARGUMENTS

obj

obj in question

pages

pages to free

dirty

if true, pages will be marked as dirty

accessed

if true, the pages will be marked as accessed

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