Lines Matching refs:event
300 void etnaviv_sync_point_queue(struct etnaviv_gpu *gpu, unsigned int event)
310 * 1 event + 1 end + 1 wait + 1 link.
315 /* Signal sync point event */
316 CMD_LOAD_STATE(buffer, VIVS_GL_EVENT, VIVS_GL_EVENT_EVENT_ID(event) |
340 struct etnaviv_iommu_context *mmu_context, unsigned int event,
459 * 2 semaphore stall + 1 event + 1 wait + 1 link.
475 * Append a cache flush, stall, event, wait and link pointing back to
504 CMD_LOAD_STATE(buffer, VIVS_GL_EVENT, VIVS_GL_EVENT_EVENT_ID(event) |
524 pr_info("event: %d\n", event);