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

  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 230 u32 vm_l2_cntl, vm_l2_cntl3; local in function:r600_vm_init
262 vm_l2_cntl = R600_VM_L2_CACHE_EN | R600_VM_L2_FRAG_PROC | R600_VM_ENABLE_PTE_CACHE_LRU_W;
263 vm_l2_cntl |= R600_VM_L2_CNTL_QUEUE_SIZE(7);
264 RADEON_WRITE(R600_VM_L2_CNTL, vm_l2_cntl);
372 u32 vm_l2_cntl, vm_l2_cntl3; local in function:r700_vm_init
393 vm_l2_cntl = R600_VM_L2_CACHE_EN | R600_VM_L2_FRAG_PROC | R600_VM_ENABLE_PTE_CACHE_LRU_W;
394 vm_l2_cntl |= R700_VM_L2_CNTL_QUEUE_SIZE(7);
395 RADEON_WRITE(R600_VM_L2_CNTL, vm_l2_cntl);
r600_cp.c 230 u32 vm_l2_cntl, vm_l2_cntl3; local in function:r600_vm_init
262 vm_l2_cntl = R600_VM_L2_CACHE_EN | R600_VM_L2_FRAG_PROC | R600_VM_ENABLE_PTE_CACHE_LRU_W;
263 vm_l2_cntl |= R600_VM_L2_CNTL_QUEUE_SIZE(7);
264 RADEON_WRITE(R600_VM_L2_CNTL, vm_l2_cntl);
372 u32 vm_l2_cntl, vm_l2_cntl3; local in function:r700_vm_init
393 vm_l2_cntl = R600_VM_L2_CACHE_EN | R600_VM_L2_FRAG_PROC | R600_VM_ENABLE_PTE_CACHE_LRU_W;
394 vm_l2_cntl |= R700_VM_L2_CNTL_QUEUE_SIZE(7);
395 RADEON_WRITE(R600_VM_L2_CNTL, vm_l2_cntl);

Completed in 23 milliseconds