Searched refs:length_dw (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_cs.c52 p->nrelocs = chunk->length_dw / 4;
211 p->chunks[i].length_dw = user_chunk.length_dw;
221 if (p->chunks[i].length_dw == 0)
227 if (p->chunks[i].length_dw == 0)
233 if (p->chunks[i].length_dw == 0)
237 p->chunks[i].length_dw = user_chunk.length_dw;
243 size = p->chunks[i].length_dw * sizeof(uint32_t);
254 if (p->chunks[i].length_dw >
[all...]
H A Dr600_cs.c809 if (idx >= ib_chunk->length_dw) {
811 idx, ib_chunk->length_dw);
833 if ((pkt->count + 1 + pkt->idx) >= ib_chunk->length_dw) {
835 pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
877 if (idx >= relocs_chunk->length_dw) {
879 idx, relocs_chunk->length_dw);
923 if (idx >= relocs_chunk->length_dw) {
925 idx, relocs_chunk->length_dw);
2449 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
2451 for (r = 0; r < p->ib.length_dw;
[all...]
H A Devergreen_cs.c1034 if (idx >= ib_chunk->length_dw) {
1036 idx, ib_chunk->length_dw);
1058 if ((pkt->count + 1 + pkt->idx) >= ib_chunk->length_dw) {
1060 pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
1102 if (idx >= relocs_chunk->length_dw) {
1104 idx, relocs_chunk->length_dw);
2857 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
2859 for (r = 0; r < p->ib.length_dw; r++) {
2899 if (p->idx >= ib_chunk->length_dw) {
2901 p->idx, ib_chunk->length_dw);
[all...]
H A Dr100.c1427 if (idx >= ib_chunk->length_dw) {
1429 idx, ib_chunk->length_dw);
1451 if ((pkt->count + 1 + pkt->idx) >= ib_chunk->length_dw) {
1453 pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
1586 if (idx >= relocs_chunk->length_dw) {
1588 idx, relocs_chunk->length_dw);
2180 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
3789 radeon_ring_write(ring, ib->length_dw);
3819 ib.length_dw = 8;
H A Dradeon_drm.h929 uint32_t length_dw; member in struct:drm_radeon_cs_chunk
H A Dradeon_ring.c142 if (!ib->length_dw || !ring->ready) {
H A Dni.c968 radeon_ring_write(ring, ib->length_dw |
1247 radeon_ring_write(ring, (ib->length_dw << 12) | (upper_32_bits(ib->gpu_addr) & 0xFF));
H A Dradeon.h634 uint32_t length_dw; member in struct:radeon_ib
839 uint32_t length_dw; member in struct:radeon_cs_chunk
H A Dr600.c3083 radeon_ring_write(ring, ib->length_dw);
3108 ib.length_dw = 3;
3174 ib.length_dw = 4;
3234 radeon_ring_write(ring, (ib->length_dw << 16) | (upper_32_bits(ib->gpu_addr) & 0xFF));
H A Dr300.c1293 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
H A Dsi.c1864 radeon_ring_write(ring, ib->length_dw |
2950 } while (idx < ib->length_dw);
H A Devergreen.c1634 radeon_ring_write(ring, ib->length_dw);
3437 radeon_ring_write(ring, (ib->length_dw << 12) | (upper_32_bits(ib->gpu_addr) & 0xFF));
/freebsd-10-stable/sys/dev/drm/
H A Dradeon_cs.c209 parser.chunks[i].length_dw = user_chunk.length_dw;
213 size = parser.chunks[i].length_dw * sizeof(uint32_t);
240 DRM_DEBUG("chunk %d %d %d %p\n", i, parser.chunks[i].chunk_id, parser.chunks[i].length_dw,
244 if (parser.chunks[parser.ib_index].length_dw > (16 * 1024)) {
245 DRM_ERROR("cs->dwords too big: %d\n", parser.chunks[parser.ib_index].length_dw);
275 drm_free(parser.chunks[i].kdata, parser.chunks[i].length_dw * sizeof(uint32_t), DRM_MEM_DRIVER);
293 //DRM_INFO("length: %d\n", reloc_chunk->length_dw);
298 if (offset_dw > reloc_chunk->length_dw) {
299 DRM_ERROR("Offset larger than chunk 0x%x %d\n", offset_dw, reloc_chunk->length_dw);
[all...]
H A Dradeon_drm.h771 uint32_t length_dw; member in struct:drm_radeon_cs_chunk
H A Dradeon_drv.h243 uint32_t length_dw; member in struct:drm_radeon_kernel_chunk
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c665 OSAL_LE16_TO_CPU(p_command->length_dw),
679 OSAL_LE16_TO_CPU(p_command->length_dw),
832 u32 length_dw)
850 length_dw * sizeof(u32));
871 cmd->length_dw = OSAL_CPU_TO_LE16((u16)length_dw);
878 length_dw * sizeof(u32), false);
892 length_dw * sizeof(u32), true);
898 (unsigned long long)src_addr, (unsigned long long)dst_addr, length_dw,
906 length_dw * sizeo
826 ecore_dmae_execute_sub_operation(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u64 src_addr, u64 dst_addr, u8 src_type, u8 dst_type, u32 length_dw) argument
[all...]
H A Decore_hsi_common.h2236 __le16 length_dw /* Length in DW */; member in struct:dmae_cmd

Completed in 379 milliseconds