Lines Matching full:powervr
54 * pvr_gem_object_flags_validate() - Verify that a collection of PowerVR GEM
56 * @flags: PowerVR GEM mapping/creation flags to validate.
107 * @pvr_obj: [IN] Target PowerVR-specific object.
153 * @pvr_file: PowerVR-specific file to which @handle is associated.
163 * * A pointer to the requested PowerVR-specific object on success, or
180 * pvr_gem_object_vmap() - Map a PowerVR GEM object into CPU virtual address
182 * @pvr_obj: Target PowerVR GEM object.
231 * pvr_gem_object_vunmap() - Unmap a PowerVR memory object from CPU virtual
233 * @pvr_obj: Target PowerVR GEM object.
267 * @pvr_obj: Target PowerVR GEM object.
318 * pvr_gem_object_create() - Creates a PowerVR-specific buffer object.
319 * @pvr_dev: Target PowerVR device.
331 * * The newly-minted PowerVR-specific buffer object on success,