Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device_queue_manager.c754 uint64_t pd_base; in restore_process_queues_nocpsch() local
760 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->drm_priv); in restore_process_queues_nocpsch()
774 qpd->page_table_base = pd_base; in restore_process_queues_nocpsch()
775 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_nocpsch()
837 uint64_t pd_base; in restore_process_queues_cpsch() local
843 pd_base = amdgpu_amdkfd_gpuvm_get_process_page_dir(pdd->drm_priv); in restore_process_queues_cpsch()
857 qpd->page_table_base = pd_base; in restore_process_queues_cpsch()
858 pr_debug("Updated PD address to 0x%llx\n", pd_base); in restore_process_queues_cpsch()
884 uint64_t pd_base; in register_process() local
901 qpd->page_table_base = pd_base; in register_process()
[all …]
/linux/drivers/staging/media/atomisp/include/mmu/
A Disp_mmu.h88 unsigned int (*get_pd_base)(struct isp_mmu *mmu, phys_addr_t pd_base);

Completed in 7 milliseconds