Home
last modified time | relevance | path

Searched refs:address (Results 1 – 13 of 13) sorted by relevance

/gfx-drm/usr/src/uts/common/sys/
H A Dgfx_private.h78 extern void gfxp_unmap_kernel_space(gfxp_kva_t address, size_t size);
99 extern int gfxp_mlock_user_memory(caddr_t address, size_t length);
100 extern int gfxp_munlock_user_memory(caddr_t address, size_t length);
141 void gfxp_free_kernel_space(caddr_t address, size_t size);
145 void gfxp_unload_kernel_space(caddr_t address, size_t size);
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_dp_i2c_helper.c58 i2c_algo_dp_aux_address(struct i2c_adapter *adapter, u16 address, bool reading) in i2c_algo_dp_aux_address() argument
68 algo_data->address = address; in i2c_algo_dp_aux_address()
H A Ddrm_bufs.c625 buf->address = (void *)(agp_offset + offset); in drm_addbufs_agp()
642 DRM_DEBUG("buffer %d @ %p\n", entry->buf_count, buf->address); in drm_addbufs_agp()
783 buf->address = (void *)(agp_offset + offset + dev->sg->handle); in drm_addbufs_sg()
801 DRM_DEBUG("buffer %d @ %p\n", entry->buf_count, buf->address); in drm_addbufs_sg()
1073 unsigned long address; in drm_mapbufs() local
1145 if (DRM_COPY_TO_USER(&list32[i].address, in drm_mapbufs()
1146 &address32, sizeof (list32[0].address))) { in drm_mapbufs()
1171 address = virtual + dma->buflist[i]->offset; /* *** */ in drm_mapbufs()
1173 if (DRM_COPY_TO_USER(&request->list[i].address, in drm_mapbufs()
1174 &address, sizeof (address))) { in drm_mapbufs()
/gfx-drm/usr/src/common/libdrm/patches/
H A Dincl-drm-drm-h.patch88 - unsigned long offset; /**< Requested physical address (0 for SAREA)*/
89 + unsigned long long offset; /**< Requested physical address (0 for SAREA)*/
92 + /**< Kernel-space: kernel-virtual address */
97 - /**< Kernel-space: kernel-virtual address */
129 * Start address of where the AGP buffers are
/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_dp.c437 uint16_t address, uint8_t *send, int send_bytes) in intel_dp_aux_native_write() argument
448 msg[1] = address >> 8; in intel_dp_aux_native_write()
449 msg[2] = address & 0xff; in intel_dp_aux_native_write()
470 uint16_t address, uint8_t byte) in intel_dp_aux_native_write_1() argument
478 uint16_t address, uint8_t *recv, int recv_bytes) in intel_dp_aux_native_read() argument
489 msg[1] = address >> 8; in intel_dp_aux_native_read()
490 msg[2] = address & 0xff; in intel_dp_aux_native_read()
523 uint16_t address = algo_data->address; in intel_dp_i2c_aux_ch() local
541 msg[1] = (uint8_t)address >> 8; in intel_dp_i2c_aux_ch()
542 msg[2] = (uint8_t)address; in intel_dp_i2c_aux_ch()
[all …]
/gfx-drm/usr/src/common/mapfiles/common/
H A Dmap.above4G36 # sparcv9 and amd64 use the same address
H A Dmap.below4G36 # sparcv9 and amd64 use the same address
/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_io32.h105 uint32_t address; /* Address of buffer */ member
H A Ddrm_dp_helper.h334 u16 address; member
H A Ddrm.h404 void *address; /**< Address of buffer */ member
H A DdrmP.h481 void *address; /* Address of buffer */ member
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_drm.h788 unsigned int address; member
794 unsigned int address; member
H A Dradeon_state.c2032 new_lower = new->address; in alloc_surface()
2204 if (free_surface(fpriv, dev_priv, memfree.address)) { in radeon_surface_free()