Searched refs:stolen (Results 1 - 6 of 6) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dgtt.h48 bool stolen; /* Backed from stolen RAM */ member in struct:gtt_range
H A Dgtt.c90 WARN_ON(r->stolen); /* refcount these maybe ? */
128 WARN_ON(r->stolen);
163 if (!r->stolen && !r->in_gart)
261 if (gt->in_gart == 0 && gt->stolen == 0) {
298 if (gt->in_gart == 0 && gt->stolen == 0) {
314 * @backed: resource should be backed by stolen pages
333 /* The start of the GTT is the stolen pages */
346 gt->stolen = backed;
376 WARN_ON(gt->in_gart && !gt->stolen);
506 * Map the GTT and the stolen memor
[all...]
H A Dgem.c114 stolen memory backed */
231 if (r->stolen)
H A Dframebuffer.c124 /* FIXME: assumes fb at stolen base which may not be true */
313 * is stolen memory backed and life is simple. If there isn't sufficient
322 /* Begin by trying to use stolen memory backing */
377 /* Allocate the fb in the GTT with stolen page backing */
405 /* Allocate the framebuffer in the GTT with stolen page backing */
455 /* Accessed stolen memory directly */
484 if (backing->stolen)
661 /* Should never get stolen memory for a user fb */
662 WARN_ON(r->stolen);
/drivers/gpu/drm/i915/
H A Di915_dma.c1025 * i915_stolen_to_phys - take an offset into stolen memory and turn it into
1030 * Some chip functions require allocations from stolen space and need the
1041 * is unreliable, so compute the base by subtracting the stolen memory
1043 * the graphics stolen memory.
1070 DRM_ERROR("not enough stolen space for compressed buffer, disabling\n");
1071 DRM_ERROR("hint: you may be able to increase stolen memory size in the BIOS to avoid this\n");
1084 compressed_fb = drm_mm_search_free(&dev_priv->mm.stolen, size, 4096, 0);
1095 compressed_llb = drm_mm_search_free(&dev_priv->mm.stolen,
1211 /* Basic memrange allocator for stolen space */
1212 drm_mm_init(&dev_priv->mm.stolen,
[all...]
H A Di915_drv.h600 /** Memory allocator for GTT stolen memory */
601 struct drm_mm stolen; member in struct:drm_i915_private::__anon542

Completed in 146 milliseconds