Home
last modified time | relevance | path

Searched refs:used (Results 1 – 19 of 19) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_sun_idr.c177 struct idr_used_id *used; in idr_get_new_above() local
198 used = kmem_alloc(sizeof(struct idr_used_id), KM_NOSLEEP); in idr_get_new_above()
199 if (!used) { in idr_get_new_above()
204 used->id = id; in idr_get_new_above()
205 used->obj = obj; in idr_get_new_above()
206 avl_add(&idrp->used_ids, used); in idr_get_new_above()
H A Ddrm_dma.c137 buf->used = 0; in drm_free_buffer()
H A Ddrm_bufs.c621 buf->used = 0; in drm_addbufs_agp()
779 buf->used = 0; in drm_addbufs_sg()
1139 if (DRM_COPY_TO_USER(&list32[i].used, in drm_mapbufs()
1166 if (DRM_COPY_TO_USER(&request->list[i].used, &zero, in drm_mapbufs()
H A DLICENSE_DRM292 * that the name of the copyright holders not be used in advertising or
357 * that the name of the copyright holders not be used in advertising or
457 * that the name of the copyright holders not be used in advertising or
483 * that the name of the copyright holders not be used in advertising or
509 * that the name of the copyright holders not be used in advertising or
630 * that the name of the copyright holders not be used in advertising or
664 * that the name of the copyright holders not be used in advertising or
1093 * and author(s) shall not be used in advertising or otherwise to promote
/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_io32.c41 dest64->used = dest32.used; in copyin32_i915_batchbuffer()
H A Di915_dma.c489 if ((batch->start | batch->used) & 0x7) { in i915_dispatch_batchbuffer()
524 OUT_RING(batch->start + batch->used - 4); in i915_dispatch_batchbuffer()
640 batch->start, batch->used, batch->num_cliprects); in i915_batchbuffer()
H A Dintel_display.c7996 bool used = false; in intel_modeset_affected_pipes() local
8005 used = true; in intel_modeset_affected_pipes()
8008 if (!used) in intel_modeset_affected_pipes()
H A DLICENSE_I915201 * that the name of the copyright holders not be used in advertising or
/gfx-drm/usr/src/common/libdrm/patches/
H A Dincl-drm-drm-h.patch24 # shall not be used in advertising or otherwise to promote the sale, use
98 int mtrr; /**< MTRR slot used */
H A Dincl-drm-i915-drm-h.patch24 # shall not be used in advertising or otherwise to promote the sale, use
72 + int used; /* nr bytes in use */
H A Dxf86drm-h.patch24 # shall not be used in advertising or otherwise to promote the sale, use
/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_io32.h104 int used; /* Amount of buffer in use (for DMA) */ member
H A Di915_drm.h330 int used; /* nr bytes in use */ member
339 int used; /* nr bytes in use */ member
H A Ddrm.h403 int used; /**< Amount of buffer in use (for DMA) */ member
H A DdrmP.h479 int used; /* Amount of buffer in use (for DMA) */ member
/gfx-drm/usr/src/common/mapfiles/common/
H A Dmap.noexbss25 # can be used on x86 architectures to create a non-executable data
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_state.c1610 buf->used = 0; in radeon_cp_discard_buffer()
1932 buf->used = size; in radeon_cp_dispatch_texture()
2393 buf->used = vertex.count; /* not used? */ in radeon_cp_vertex()
2484 if (elts.start < buf->used) { in radeon_cp_indices()
2485 DRM_ERROR("no header 0x%x - 0x%x\n", elts.start, buf->used); in radeon_cp_indices()
2489 buf->used = elts.end; in radeon_cp_indices()
2663 if (indirect.start < buf->used) { in radeon_cp_indirect()
2665 indirect.start, buf->used); in radeon_cp_indirect()
2672 buf->used = indirect.end; in radeon_cp_indirect()
H A Dr300_cmdbuf.c739 buf->used = 0; in r300_discard_buffer()
/gfx-drm/usr/src/pkg/manifests/
H A Ddriver-graphics-agpgart.mf49 # This driver is not used on Gen6 or later (Sandy Bridge etc.)