Home
last modified time | relevance | path

Searched defs:kfd_process_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_priv.h581 struct kfd_process_device { struct
591 /* The process that owns this kfd_process_device. */ argument
592 struct kfd_process *process;
595 struct qcm_process_device qpd;
598 uint64_t lds_base;
599 uint64_t lds_limit;
623 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) argument