Searched refs:patch_status (Results 1 – 2 of 2) sorted by relevance
697 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()704 dev->patch_status[i] = 0; in wavefront_get_patch_status()708 dev->patch_status[i] = 0; in wavefront_get_patch_status()716 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()719 if (dev->patch_status[i] & WF_SLOT_USED) { in wavefront_get_patch_status()751 dev->patch_status in wavefront_get_program_status()786 if (header->number >= ARRAY_SIZE(dev->patch_status)) in wavefront_send_patch()789 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()823 dev->patch_status[header->hdr.pr.layer[i].patch_number] |= in wavefront_send_program()1353 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
91 char patch_status[WF_MAX_PATCH]; /* WF_SLOT_* */ member