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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cs.c46 p->nrelocs = chunk->length_dw / 4;
129 p->chunks[i].length_dw = user_chunk.length_dw;
139 if (p->chunks[i].length_dw == 0)
143 p->chunks[i].length_dw = user_chunk.length_dw;
148 size = p->chunks[i].length_dw * sizeof(uint32_t);
168 p->chunks[i].last_page_index = ((p->chunks[i].length_dw * 4) - 1) / PAGE_SIZE;
171 if (p->chunks[p->chunk_ib_idx].length_dw > (16 * 1024)) {
173 p->chunks[p->chunk_ib_idx].length_dw);
[all...]
H A Dradeon_ring.c56 bib->ptr = vmalloc(ib->length_dw * 4);
61 memcpy(bib->ptr, ib->ptr, ib->length_dw * 4);
62 bib->length_dw = ib->length_dw;
109 nib->idx, (unsigned long)nib->gpu_addr, nib->length_dw);
120 nib->length_dw = 0;
145 if (!ib->length_dw || !rdev->cp.ready) {
207 rdev->ib_pool.ibs[i].length_dw = 0;
399 seq_printf(m, "IB size %05u dwords\n", ib->length_dw);
400 for (i = 0; i < ib->length_dw;
[all...]
H A Dr600_cs.c415 if (idx >= ib_chunk->length_dw) {
417 idx, ib_chunk->length_dw);
439 if ((pkt->count + 1 + pkt->idx) >= ib_chunk->length_dw) {
441 pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
483 if (idx >= relocs_chunk->length_dw) {
485 idx, relocs_chunk->length_dw);
528 if (idx >= relocs_chunk->length_dw) {
530 idx, relocs_chunk->length_dw);
1541 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
1621 parser.ib->length_dw
[all...]
H A Devergreen_cs.c157 if (idx >= ib_chunk->length_dw) {
159 idx, ib_chunk->length_dw);
181 if ((pkt->count + 1 + pkt->idx) >= ib_chunk->length_dw) {
183 pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
225 if (idx >= relocs_chunk->length_dw) {
227 idx, relocs_chunk->length_dw);
1338 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
H A Dr100.c1145 if (idx >= ib_chunk->length_dw) {
1147 idx, ib_chunk->length_dw);
1169 if ((pkt->count + 1 + pkt->idx) >= ib_chunk->length_dw) {
1171 pkt->idx, pkt->type, pkt->count, ib_chunk->length_dw);
1308 if (idx >= relocs_chunk->length_dw) {
1310 idx, relocs_chunk->length_dw);
1860 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
3480 radeon_ring_write(rdev, ib->length_dw);
3509 ib->length_dw = 8;
H A Dradeon.h408 uint32_t length_dw; member in struct:radeon_ib
500 uint32_t length_dw; member in struct:radeon_cs_chunk
H A Dr300.c1243 } while (p->idx < p->chunks[p->chunk_ib_idx].length_dw);
H A Dr600.c2669 radeon_ring_write(rdev, ib->length_dw);
2707 ib->length_dw = 16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dradeon_drm.h880 uint32_t length_dw; member in struct:drm_radeon_cs_chunk

Completed in 136 milliseconds