Searched refs:pinned (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c167 size_t pinned; local
169 pinned = 0;
173 pinned += obj->gtt_space->size;
177 args->aper_available_size = args->aper_size -pinned;
1352 * and pinned into our object. i915_gem_object_get_pages() may be called
2671 /* If we don't have a page list set up, then we're not pinned
2796 DRM_DEBUG("can not change the cache level of pinned objects\n");
2944 /* As the user may map the buffer once pinned in the display plane
3095 DRM_INFO("bo is already pinned with incorrect alignment:"
3158 DRM_ERROR("Already pinned i
[all...]
H A Di915_irq.c1582 err->pinned = 0;
1584 err->pinned = 1;
1586 err->pinned = -1;
1886 /* Record buffers on the active and pinned lists. */
H A Di915_drv.h326 s32 pinned:2; member in struct:drm_i915_error_state::drm_i915_error_buffer
1284 /** How many users have pinned this object in GTT space. The following
1289 * pinned per crtc.
1487 /* Early gen2 have a totally busted CS tlb and require pinned batches. */

Completed in 2328 milliseconds