Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_priv.h418 struct queue_properties { struct
419 enum kfd_queue_type type;
420 enum kfd_queue_format format;
421 unsigned int queue_id;
422 uint64_t queue_address;
423 uint64_t queue_size;
424 uint32_t priority;
425 uint32_t queue_percent;
426 uint32_t *read_ptr;
427 uint32_t *write_ptr;
[all …]