Searched refs:KFD_QUEUE_FORMAT_AQL (Results 1 – 6 of 6) sorted by relevance
133 if (q->format == KFD_QUEUE_FORMAT_AQL) in init_mqd()171 uint32_t wptr_shift = (p->format == KFD_QUEUE_FORMAT_AQL ? 4 : 0); in load_mqd()216 if (q->format == KFD_QUEUE_FORMAT_AQL) in __update_mqd()
119 if (q->format == KFD_QUEUE_FORMAT_AQL) { in init_mqd()149 uint32_t wptr_shift = (p->format == KFD_QUEUE_FORMAT_AQL ? 4 : 0); in load_mqd()212 if (q->format == KFD_QUEUE_FORMAT_AQL) { in update_mqd()
126 if (q->format == KFD_QUEUE_FORMAT_AQL) in init_mqd()162 uint32_t wptr_shift = (p->format == KFD_QUEUE_FORMAT_AQL ? 4 : 0); in load_mqd()224 if (q->format == KFD_QUEUE_FORMAT_AQL) { in __update_mqd()
166 if (q->format == KFD_QUEUE_FORMAT_AQL) { in init_mqd()200 uint32_t wptr_shift = (p->format == KFD_QUEUE_FORMAT_AQL ? 4 : 0); in load_mqd()263 if (q->format == KFD_QUEUE_FORMAT_AQL) { in update_mqd()
385 KFD_QUEUE_FORMAT_AQL enumerator
245 q_properties->format = KFD_QUEUE_FORMAT_AQL; in set_queue_properties_from_user()
Completed in 15 milliseconds