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

123456789

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_stolen.c28 * available than he put in. We refer to this memory as stolen.
30 * The BIOS will allocate its framebuffer from the stolen memory. Our
32 * be available for panics. Anything else we can reuse the stolen memory
42 if (!drm_mm_initialized(&i915->mm.stolen))
50 ret = drm_mm_insert_node_in_range(&i915->mm.stolen, node,
86 * end of stolen. With that assumption we could simplify this.
89 /* Make sure we don't clobber the GTT if it's within stolen memory */
92 struct resource stolen[2] = {*dsm, *dsm}; local
107 if (ggtt_res.start >= stolen[0].start && ggtt_res.start < stolen[
634 struct drm_mm_node *stolen = fetch_and_zero(&obj->stolen); local
651 __i915_gem_object_create_stolen(struct intel_memory_region *mem, struct drm_mm_node *stolen) argument
692 struct drm_mm_node *stolen; local
772 struct drm_mm_node *stolen; local
[all...]
H A Di915_gem_object_types.h131 struct drm_mm_node *stolen; member in struct:drm_i915_gem_object
/netbsd-current/sys/dev/pci/
H A Dagp_i810var.h40 uint32_t stolen; /* pages of stolen graphics memory */ member in struct:agp_i810_softc
H A Dagp_i810.c850 isc->stolen = (512 - 132) * 1024 / 4096;
853 isc->stolen = (1024 - 132) * 1024 / 4096;
856 isc->stolen = (8192 - 132) * 1024 / 4096;
859 isc->stolen = 0;
866 if (isc->stolen > 0) {
868 "detected %dk stolen memory\n",
869 isc->stolen * 4);
881 u_int32_t gtt_size, stolen; /* XXX kilobytes */ local
981 * XXX If I'm reading the datasheets right, this stolen
986 stolen
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_rammcp77.c84 ram->base.stolen = base;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dfb.h130 u64 stolen; member in struct:nvkm_ram
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbdev.c255 if (vma->obj->stolen && !prealloc)
311 * If the object is stolen however, it will be full of whatever
314 if (vma->obj->stolen && !prealloc)
656 * been restored from swap. If the object is stolen however, it will be
660 intel_fb_obj(&ifbdev->fb->base)->stolen)
H A Dintel_fbc.c37 * i915 is responsible to reserve stolen memory for FBC and configure its
434 /* The FBC hardware for BDW/SKL doesn't have access to the stolen
488 DRM_INFO("Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.\n");
522 DRM_DEBUG_KMS("reserved %"PRIu64" bytes of contiguous stolen space for FBC, threshold: %d\n",
531 if (drm_mm_initialized(&dev_priv->mm.stolen))
532 pr_info_once("drm: not enough stolen space for compressed buffer (need %d more bytes), disabling. Hint: you may be able to increase stolen memory size in the BIOS to avoid this.\n", size);
772 * for a frame, free the stolen node, then try to reenable FBC in case
1151 fbc->no_fbc_reason = "not enough stolen memory";
1341 if (!drm_mm_initialized(&dev_priv->mm.stolen))
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_vmmnv50.c272 if (ram->stolen) {
273 map->type |= ram->stolen;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ring.c44 if (vma->obj->stolen)
H A Dintel_rc6.c320 * proper allocation within Gfx stolen memory. For example, this
327 DRM_DEBUG("not enough stolen space for PCTX, disabling\n");
333 pctx->stolen->start,
335 pctx_paddr = i915->dsm.start + pctx->stolen->start;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h563 /** Memory allocator for GTT stolen memory */
564 struct drm_mm stolen; member in struct:i915_gem_mm
565 /** Protects the usage of the GTT stolen memory allocator. This is
916 * Data Stolen Memory - aka "i915 stolen memory" gives us the start and
917 * end of stolen which we can optionally use to create GEM objects
918 * backed by stolen memory. Note that stolen_usable_size tells us
934 * avoid the first page! The upper end of stolen memory is reserved for
H A Di915_debugfs.c221 if (obj->stolen)
222 seq_printf(m, " (stolen: %08llx)", obj->stolen->start);
/netbsd-current/external/gpl3/gdb.old/dist/sim/
H A Dconfigure2506 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3473 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dconfigure2449 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dbsaes-armv7.S2490 @ calculate one round of extra tweak for the stolen ciphertext
/netbsd-current/external/gpl2/grep/dist/
H A Dconfigure3042 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3780 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dconfigure2537 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathlx/
H A Dconfigure3041 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathly/
H A Dconfigure2994 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathlyx/
H A Dconfigure3045 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathlz/
H A Dconfigure3041 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathlzyx/
H A Dconfigure3049 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dconfigure4710 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dconfigure2804 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */

Completed in 562 milliseconds

123456789