Home
last modified time | relevance | path

Searched refs:proc_ctx_gpu_addr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c94 if (dev->kfd->shared_resources.enable_mes && !!pdd->proc_ctx_gpu_addr && in kfd_process_dequeue_from_device()
97 pdd->proc_ctx_gpu_addr, in kfd_process_dequeue_from_device()
376 &pdd->proc_ctx_gpu_addr, in pqm_create_queue()
H A Dkfd_debug.c364 &pdd->proc_ctx_gpu_addr, in kfd_dbg_set_mes_debug_mode()
376 pdd->proc_ctx_gpu_addr, spi_dbg_cntl, in kfd_dbg_set_mes_debug_mode()
H A Dkfd_priv.h861 uint64_t proc_ctx_gpu_addr; member
H A Dkfd_device_queue_manager.c222 queue_input.process_context_addr = pdd->proc_ctx_gpu_addr; in add_queue_mes()