aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_bufmgr.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2015-01-101-0/+3
* vc4: Add a userspace BO cache.Eric Anholt2014-12-171-1/+130
* vc4: Add dmabuf support.Eric Anholt2014-12-171-14/+61
* vc4: Update for new kernel ABI with async execution and waits.Eric Anholt2014-11-201-1/+64
* vc4: Switch from errx() to fprintf() and abort().Eric Anholt2014-09-251-6/+11
* vc4: Clear padding of ioctl arguments.Eric Anholt2014-08-231-0/+1
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-1/+0
* vc4: Stash some debug code for looking at what BOs are at what hindex.Eric Anholt2014-08-111-0/+1
* vc4: Use GEM under simulation even for non-winsys BOs.Eric Anholt2014-08-111-14/+8
* vc4: Don't forget to unmap the GEM BO when freeing.Eric Anholt2014-08-111-0/+3
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-2/+7
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+173