Searched refs:sq_vtx_constant_word2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c141 u32 sq_vtx_constant_word2, sq_vtx_constant_word3; local
144 sq_vtx_constant_word2 = SQ_VTXC_BASE_ADDR_HI(upper_32_bits(gpu_addr) & 0xff) |
147 sq_vtx_constant_word2 |= SQ_VTXC_ENDIAN_SWAP(SQ_ENDIAN_8IN32);
159 radeon_ring_write(ring, sq_vtx_constant_word2);
H A Dr600_blit.c193 uint32_t sq_vtx_constant_word2; local
197 sq_vtx_constant_word2 = (((gpu_addr >> 32) & 0xff) | (16 << 8));
199 sq_vtx_constant_word2 |= (2U << 30);
207 OUT_RING(sq_vtx_constant_word2);
H A Dr600_blit_kms.c164 u32 sq_vtx_constant_word2; local
166 sq_vtx_constant_word2 = SQ_VTXC_BASE_ADDR_HI(upper_32_bits(gpu_addr) & 0xff) |
169 sq_vtx_constant_word2 |= SQ_VTXC_ENDIAN_SWAP(SQ_ENDIAN_8IN32);
176 radeon_ring_write(ring, sq_vtx_constant_word2);
/freebsd-10.1-release/sys/dev/drm/
H A Dr600_blit.c1349 uint32_t sq_vtx_constant_word2; local
1353 sq_vtx_constant_word2 = (((gpu_addr >> 32) & 0xff) | (16 << 8));
1360 OUT_RING(sq_vtx_constant_word2);

Completed in 45 milliseconds