Searched refs:HDP_MEM_COHERENCY_FLUSH_CNTL (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | evergreen_dma.c | 54 radeon_ring_write(ring, (0xf << 16) | (HDP_MEM_COHERENCY_FLUSH_CNTL >> 2)); in evergreen_dma_fence_ring_emit()
|
D | si_dma.c | 200 radeon_ring_write(ring, (0xf << 16) | (HDP_MEM_COHERENCY_FLUSH_CNTL >> 2)); in si_dma_vm_flush()
|
D | ni_dma.c | 457 radeon_ring_write(ring, (0xf << 16) | (HDP_MEM_COHERENCY_FLUSH_CNTL >> 2)); in cayman_dma_vm_flush()
|
D | ni.c | 1255 WREG32(HDP_MEM_COHERENCY_FLUSH_CNTL, 0x1); in cayman_pcie_gart_tlb_flush() 2683 radeon_ring_write(ring, PACKET0(HDP_MEM_COHERENCY_FLUSH_CNTL, 0)); in cayman_vm_flush()
|
D | nid.h | 233 #define HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480 macro
|
D | sid.h | 687 #define HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480 macro
|
D | cikd.h | 840 #define HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480 macro
|
D | evergreend.h | 919 #define HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480 macro
|
D | si.c | 4278 WREG32(HDP_MEM_COHERENCY_FLUSH_CNTL, 0x1); in si_pcie_gart_tlb_flush() 5097 radeon_ring_write(ring, HDP_MEM_COHERENCY_FLUSH_CNTL >> 2); in si_vm_flush()
|
D | evergreen.c | 2381 WREG32(HDP_MEM_COHERENCY_FLUSH_CNTL, 0x1); in evergreen_pcie_gart_tlb_flush()
|
D | cik.c | 5402 WREG32(HDP_MEM_COHERENCY_FLUSH_CNTL, 0); in cik_pcie_gart_tlb_flush()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 690 #define HDP_MEM_COHERENCY_FLUSH_CNTL 0x1520 macro
|