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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_agpsupport.c242 entry->next = dev->agp->memory;
243 if (dev->agp->memory)
244 dev->agp->memory->prev = entry;
245 dev->agp->memory = entry;
252 * If failed to ddi_copyout(), we will free allocated AGP memory
266 for (entry = dev->agp->memory; entry; entry = entry->next) {
357 if (entry == dev->agp->memory)
358 dev->agp->memory = entry->next;
H A Ddrm_drv.c274 for (entry = dev->agp->memory; entry; entry = nexte) {
282 dev->agp->memory = NULL;
345 DRM_ERROR("drm_load: Cannot allocate memory for ctx bitmap");
H A DdrmP.h435 drm_agp_mem_t *memory; member in struct:drm_agp_head
455 size_t req_sz; /* required size of memory */
456 size_t real_sz; /* real size of memory */
466 drm_dma_handle_t *dmah_gart; /* Handle to PCI memory */
474 drm_map_type_t type; /* Type of memory mapped */
659 drm_sg_mem_t *sg; /* Scatter gather memory */
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c224 * Allocate AGP memory.
233 * memory via alloc_agp() and creates a drm_agp_mem entry for it.
264 list_add(&entry->head, &dev->agp->memory, (caddr_t)entry);
281 * Search for the AGP memory entry associated with a handle.
284 * \param handle AGP memory handle.
287 * Walks through drm_agp_head::memory until finding a matching handle.
294 list_for_each_entry(entry, struct drm_agp_mem, &dev->agp->memory, head) {
302 * Unbind AGP memory from the GATT (ioctl).
310 * Verifies the AGP device is present and acquired, looks-up the AGP memory
348 * Bind AGP memory int
[all...]
H A Ddrm_drv.c185 list_for_each_entry_safe(entry, tempe, struct drm_agp_mem, &dev->agp->memory, head) {
190 INIT_LIST_HEAD(&dev->agp->memory);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.h30 #include <memory.h>
134 /* memory.c */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.h30 #include <memory.h>
172 /* memory.c */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.h31 #include <memory.h>
176 /* memory.c */
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h541 enum drm_map_type type; /**< Type of memory to map */
589 * This structure defines the drm_mm memory object, which will be used by the
641 size_t real_size; /* real size of memory */
696 * AGP memory entry. Stored as a doubly linked list.
712 struct list_head memory; member in struct:drm_agp_head
731 size_t real_sz; /* real size of memory */
742 drm_dma_handle_t *dmah_gart; /* Handle to PCI memory */
1180 struct drm_sg_mem *sg; /**< Scatter gather memory */

Completed in 159 milliseconds