Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Move global seqno short-circuiting to vc4_wait_seqno(). | Eric Anholt | 2015-01-10 | 1 | -6/+0 |
| | | | | Any other caller would want it, too. | ||||
* | vc4: Fix referencing of sync objects. | Eric Anholt | 2014-12-12 | 1 | -0/+1 |
| | | | | | While the pipe_reference_* helpers set the pointer, a bare pipe_reference doesn't. Fixes 5 ARB_sync tests. | ||||
* | vc4: Update for new kernel ABI with async execution and waits. | Eric Anholt | 2014-11-20 | 1 | -0/+108 |
Our submits now return immediately and you have to manually wait for things to complete if you want to (like a normal driver). |