HomeSort by: relevance | last modified time | path
    Searched defs:cp_coher_cntl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ni.c 1414 u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | local in function:cayman_fence_ring_emit
1419 radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl);
1436 u32 cp_coher_cntl = PACKET3_FULL_CACHE_ENA | PACKET3_TC_ACTION_ENA | local in function:cayman_ring_ib_execute
1462 radeon_ring_write(ring, PACKET3_ENGINE_ME | cp_coher_cntl);
radeon_r600.c 2903 u32 cp_coher_cntl = PACKET3_TC_ACTION_ENA | PACKET3_VC_ACTION_ENA | local in function:r600_fence_ring_emit
2907 cp_coher_cntl |= PACKET3_FULL_CACHE_ENA;
2913 radeon_ring_write(ring, cp_coher_cntl);
2927 radeon_ring_write(ring, cp_coher_cntl);

Completed in 17 milliseconds