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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A DapSolaris.shar11 # ./aperture
13 # ./aperture/Makefile
14 # ./aperture/Makefile.amd64
15 # ./aperture/Makefile.sparcv9
16 # ./aperture/README
17 # ./aperture/aperture.c
18 # ./aperture/aperture.conf
19 # ./aperture/devlin
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_noop_drm_shim.c319 struct drm_i915_gem_get_aperture *aperture = arg; local in function:i915_gem_get_aperture
323 aperture->aper_size = 1ull << 48;
324 aperture->aper_available_size = 1ull << 48;
326 aperture->aper_size = 1ull << 31;
327 aperture->aper_size = 1ull << 31;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
69 aperture. The function
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_agp_offset.spec35 region into byte offsets into the AGP aperture.
69 aperture. The function
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr.c358 fprintf(stderr, "%s: Mappable aperture size hardcoded to 64MiB\n", __func__);
367 struct drm_i915_gem_get_aperture aperture; local in function:drm_intel_get_aperture_sizes
370 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
380 *total = aperture.aper_size;
H A Dintel_bufmgr_gem.c542 * and require tiled buffer to be size aligned in the aperture.
545 * aperture. Optimal packing is for wimps.
707 * cache and in the aperture for us.
2177 * state, and then check if it still fits in the aperture.
2780 * Return the additional aperture space required by the tree of buffer objects
2850 * Return a conservative estimate for the amount of aperture required
2868 * Return the amount of aperture needed for a collection of buffers.
2906 * to a tree of buffers that won't simultaneously fit in the aperture,
2912 * covering almost all of the aperture means that at each emit we end up
2939 DBG("check_space: overflowed available aperture, "
3539 struct drm_i915_gem_get_aperture aperture; local in function:drm_intel_bufmgr_gem_init
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c446 pSAVAGEDRIServer->aperture.size = 5 * 0x01000000;
450 pSAVAGEDRIServer->aperture.size,
452 &pSAVAGEDRIServer->aperture.handle ) < 0 ) {
454 "[drm] Could not add aperture mapping\n" );
459 "[drm] aperture handle = 0x%08lx\n",
460 (unsigned long)pSAVAGEDRIServer->aperture.handle );
845 if (pDRIInfo->hFrameBuffer == pSAVAGEDRIServer->aperture.handle)
970 pSAVAGEDRI->apertureHandle = pSAVAGEDRIServer->aperture.handle;
971 pSAVAGEDRI->apertureSize = pSAVAGEDRIServer->aperture.size;
1100 if ( pSAVAGEDRIServer->aperture
[all...]
H A Dsavage_driver.h138 drmRegion aperture; member in struct:_server
518 int ulAperturePitch; /* aperture pitch */
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem.c369 struct drm_i915_gem_get_aperture aperture = { 0 }; local in function:anv_gem_get_aperture
371 int ret = anv_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
375 *size = aperture.aper_available_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c140 struct drm_i915_gem_get_aperture aperture = {}; local in function:get_aperture_size
141 intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
142 return aperture.aper_size;
/xsrc/external/mit/xorg-server/dist/include/
H A Dxorg-config.h.in112 /* System has /dev/xf86 aperture driver */
H A Ddo-not-use-config.h.in135 /* System has /dev/xf86 aperture driver */
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxorg-config.h.in109 /* System has /dev/xf86 aperture driver */
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c1911 struct drm_i915_gem_get_aperture aperture; local in function:get_gtt_size
1924 memset(&aperture, 0, sizeof(aperture));
1929 aperture.aper_size = p.value;
1930 if (aperture.aper_size == 0)
1931 (void)drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
1932 if (aperture.aper_size == 0)
1933 aperture.aper_size = 64*1024*1024;
1935 DBG(("%s: aperture size %lld, available now %lld\n",
1937 (long long)aperture
4242 struct drm_i915_gem_get_aperture aperture; local in function:_kgem_submit
6261 struct drm_i915_gem_get_aperture aperture; local in function:aperture_check
[all...]
H A Dkgem.h212 uint32_t aperture, aperture_fenced, aperture_max_fence; member in struct:kgem
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c1501 struct drm_i915_gem_get_aperture aperture; local in function:kgem_init
1644 VG_CLEAR(aperture);
1645 aperture.aper_size = 0;
1646 (void)do_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
1647 if (aperture.aper_size == 0)
1648 aperture.aper_size = 64*1024*1024;
1650 DBG(("%s: aperture size %lld, available now %lld\n",
1652 (long long)aperture.aper_size,
1653 (long long)aperture.aper_available_size));
1655 kgem->aperture_total = aperture
3703 struct drm_i915_gem_get_aperture aperture; local in function:_kgem_submit
5686 struct drm_i915_gem_get_aperture aperture; local in function:aperture_check
[all...]
H A Dkgem.h196 uint32_t aperture, aperture_fenced, aperture_max_fence; member in struct:kgem
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.0.3.rst157 aperture.
H A D20.2.0.rst3772 - intel: Store the aperture size in devinfo.
/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_device_info.c1368 struct drm_i915_gem_get_aperture aperture = { 0 }; local in function:intel_get_aperture_size
1370 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
1372 *size = aperture.aper_size;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_memory.c57 * - New texture pool (optional, more is always better. aperture allocation
62 * that much aperture. If not, the individual allocations will be
63 * automatically sized, and will be fit within the maximum aperture size.
309 /* Resets the state of the aperture allocator, freeing all memory that had
403 * aperture for GEM buffer object mapping. This is only needed for UXA
412 /* Take over all of the graphics aperture minus enough to for
433 /* Create the aperture allocation */
576 /* Allocate aperture space for the given size and alignment, and returns the
621 * helps avoid aperture fragmentation from our physical
915 "%s0x%08lx: end of aperture\
1704 struct drm_i915_gem_get_aperture aperture; local in function:i830_set_max_gtt_map_size
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1493 struct drm_i915_gem_get_aperture aperture; local in function:get_aperture_size
1495 if (drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture) != 0)
1498 return aperture.aper_size;
2558 /* Estimate the size of the mappable aperture into the GTT. There's an
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac295 dnl OpenBSD /dev/xf86 aperture driver
297 AC_DEFINE(HAS_APERTURE_DRV, 1, [System has /dev/xf86 aperture driver])
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac242 dnl OpenBSD /dev/xf86 aperture driver
244 AC_DEFINE(HAS_APERTURE_DRV, 1, [System has /dev/xf86 aperture driver])
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json18859 "description": "crocus: don't create staging resources > half aperture",
31513 "description": "anv: Pull aperture size from devinfo",
[all...]

Completed in 157 milliseconds