Searched refs:count_dw (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/drm/
H A Dradeon_cs.c321 int count_dw = 1; local
330 while (count_dw < num_dw) {
342 count_dw++;
731 int count_dw = 0, size_dw; local
737 while (count_dw < size_dw && ret == 0) {
738 int hdr = ib_chunk->kdata[count_dw];
743 ret = r600_cs_packet0(parser, &count_dw);
753 ret = r600_cs_packet3(parser, &count_dw);
757 count_dw += num_dw;
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_ring.c316 if (ring->count_dw <= 0) {
322 ring->count_dw--;
404 ring->count_dw = ndw;
H A Dradeon.h659 int count_dw; member in struct:radeon_ring
1808 ring->count_dw--;

Completed in 126 milliseconds