Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_priv.h614 struct kfd_process_device { struct
624 /* The process that owns this kfd_process_device. */ argument
625 struct kfd_process *process;
628 struct qcm_process_device qpd;
631 uint64_t lds_base;
632 uint64_t lds_limit;
656 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) argument