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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c85 u32 cp_coher_size; local
88 cp_coher_size = 0xffffffff;
90 cp_coher_size = ((size + 255) >> 8);
103 radeon_ring_write(ring, cp_coher_size);
H A Dr600_blit_kms.c131 u32 cp_coher_size; local
134 cp_coher_size = 0xffffffff;
136 cp_coher_size = ((size + 255) >> 8);
140 radeon_ring_write(ring, cp_coher_size);
/freebsd-11-stable/sys/dev/drm/
H A Dr600_blit.c1263 u32 cp_coher_size; local
1268 cp_coher_size = 0xffffffff;
1270 cp_coher_size = ((size + 255) >> 8);
1275 OUT_RING(cp_coher_size);

Completed in 76 milliseconds