HomeSort by: relevance | last modified time | path
    Searched defs:ib_packet (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 57 struct pm4__indirect_buffer_pasid *ib_packet; local in function:dbgdev_diq_submit_ib
90 ib_packet = (struct pm4__indirect_buffer_pasid *) (ib_packet_buff);
92 ib_packet->header.count = 3;
93 ib_packet->header.opcode = IT_INDIRECT_BUFFER_PASID;
94 ib_packet->header.type = PM4_TYPE_3;
98 ib_packet->bitfields2.ib_base_lo = largep->u.low_part >> 2;
99 ib_packet->bitfields3.ib_base_hi = largep->u.high_part;
101 ib_packet->control = (1 << 23) | (1 << 31) |
104 ib_packet->bitfields5.pasid = pasid;
kfd_dbgdev.c 57 struct pm4__indirect_buffer_pasid *ib_packet; local in function:dbgdev_diq_submit_ib
90 ib_packet = (struct pm4__indirect_buffer_pasid *) (ib_packet_buff);
92 ib_packet->header.count = 3;
93 ib_packet->header.opcode = IT_INDIRECT_BUFFER_PASID;
94 ib_packet->header.type = PM4_TYPE_3;
98 ib_packet->bitfields2.ib_base_lo = largep->u.low_part >> 2;
99 ib_packet->bitfields3.ib_base_hi = largep->u.high_part;
101 ib_packet->control = (1 << 23) | (1 << 31) |
104 ib_packet->bitfields5.pasid = pasid;

Completed in 46 milliseconds