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

/freebsd-11-stable/sys/dev/drm/
H A Dr600_cp.c223 u32 vm_l2_cntl, vm_l2_cntl3; local
255 vm_l2_cntl = R600_VM_L2_CACHE_EN | R600_VM_L2_FRAG_PROC | R600_VM_ENABLE_PTE_CACHE_LRU_W;
256 vm_l2_cntl |= R600_VM_L2_CNTL_QUEUE_SIZE(7);
257 RADEON_WRITE(R600_VM_L2_CNTL, vm_l2_cntl);
365 u32 vm_l2_cntl, vm_l2_cntl3; local
386 vm_l2_cntl = R600_VM_L2_CACHE_EN | R600_VM_L2_FRAG_PROC | R600_VM_ENABLE_PTE_CACHE_LRU_W;
387 vm_l2_cntl |= R700_VM_L2_CNTL_QUEUE_SIZE(7);
388 RADEON_WRITE(R600_VM_L2_CNTL, vm_l2_cntl);

Completed in 63 milliseconds