Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 9 of 9) sorted by relevance

/gfx-drm/usr/src/man/man7/
H A DMakefile24 drm-memory.7
26 LINKSRC= drm-memory.7
/gfx-drm/usr/src/common/libdrm/patches/
H A Dincl-drm-drm-h.patch77 _DRM_SCATTER_GATHER = 4, /**< Scatter/gather memory for PCI DMA */
78 - _DRM_CONSISTENT = 5 /**< Consistent memory for PCI DMA */
79 + _DRM_CONSISTENT = 5, /**< Consistent memory for PCI DMA */
94 enum drm_map_type type; /**< Type of memory to map */
109 + _DRM_SG_BUFFER = 0x04, /**< Scatter/gather memory buffer */
123 - _DRM_SG_BUFFER = 0x04, /**< Scatter/gather memory buffer */
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c264 list_add(&entry->head, &dev->agp->memory, (caddr_t)entry); in drm_agp_alloc()
294 list_for_each_entry(entry, struct drm_agp_mem, &dev->agp->memory, head) { in drm_agp_lookup_entry()
480 INIT_LIST_HEAD(&head->memory); in drm_agp_init()
H A Ddrm_drv.c185 list_for_each_entry_safe(entry, tempe, struct drm_agp_mem, &dev->agp->memory, head) { in drm_lastclose()
190 INIT_LIST_HEAD(&dev->agp->memory); in drm_lastclose()
/gfx-drm/usr/src/uts/intel/ml/
H A Damd64.il174 * memory violation. Inserting the pause instruction significantly reduces
175 * the likelihood of a memory order violation, improving performance.
H A Dia32.il179 * memory violation. Inserting the pause instruction significantly reduces
180 * the likelihood of a memory order violation, improving performance.
/gfx-drm/usr/src/common/mapfiles/common/
H A Dmap.noexdata39 # This segment may use additional memory, but also results in a
/gfx-drm/
H A DREADME12 with hardware acceleration, video memory management, Graphics
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h713 struct list_head memory; member