Searched refs:pe_start (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 734 uint64_t pe_start, uint64_t pe_end, in radeon_vm_frag_ptes() argument 763 uint64_t frag_start = ALIGN(pe_start, frag_align); in radeon_vm_frag_ptes() 772 count = (pe_end - pe_start) / 8; in radeon_vm_frag_ptes() 773 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes() 779 if (pe_start != frag_start) { in radeon_vm_frag_ptes() 780 count = (frag_start - pe_start) / 8; in radeon_vm_frag_ptes() 781 radeon_vm_set_pages(rdev, ib, pe_start, addr, count, in radeon_vm_frag_ptes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 1448 uint64_t incr, entry_end, pe_start; in amdgpu_vm_update_ptes() local 1512 pe_start = ((cursor.pfn >> shift) & mask) * 8; in amdgpu_vm_update_ptes() 1533 pe_start, dst, nptes, incr, in amdgpu_vm_update_ptes() 1536 pe_start += nptes * 8; in amdgpu_vm_update_ptes()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 5528 + pe_start(&pfe->ctrl, pe_mask); 5596 +void pe_start(struct pfe_ctrl *ctrl, int pe_mask) 5794 +void pe_start(struct pfe_ctrl *ctrl, int pe_mask); 14134 + pe_start(ctrl, (1 << id)); 14149 + pe_start(ctrl, (1 << UTIL_ID)); 14245 + pe_start(ctrl, (1 << UTIL_ID));
|