Home
last modified time | relevance | path

Searched refs:controlScratch (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dgpu.cpp653 uint32 controlScratch = RB_NO_UPDATE in radeon_gpu_ring_boot() local
657 controlScratch |= BUF_SWAP_32BIT; in radeon_gpu_ring_boot()
659 Write32(OUT, CP_RB_CNTL, controlScratch); in radeon_gpu_ring_boot()
666 controlScratch |= RB_RPTR_WR_ENA; in radeon_gpu_ring_boot()
667 Write32(OUT, CP_RB_CNTL, controlScratch); in radeon_gpu_ring_boot()
691 controlScratch &= ~R600_RB_RPTR_WR_ENA; in radeon_gpu_ring_boot()
692 Write32(OUT, CP_RB_CNTL, controlScratch); in radeon_gpu_ring_boot()