Lines Matching full:gem
3 * psb GEM interface
11 * accelerated operations on a GEM object)
21 #include "gem.h"
25 * PSB GEM object
165 /* GEM object */ in psb_gem_create()
216 pobj = psb_gem_create(dev, size, "gem", false, PAGE_SIZE); in psb_gem_dumb_create()
239 * psb_gem_fault - pagefault handler for GEM objects
242 * Invoked when a fault occurs on an mmap of a GEM managed area. GEM
250 * The VMA was set up by GEM. In doing so it also ensured that the
251 * vma->vm_private_data points to the GEM object that is backing this
266 obj = vma->vm_private_data; /* GEM object */ in psb_gem_fault()
289 because vmf->pgoff is the fake GEM offset */ in psb_gem_fault()
378 /* Re-insert all pinned GEM objects into GTT. */
389 * struct psb_gem_object here. The type represents a GEM object and is in psb_gem_mm_populate_resources()