aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_bufmgr.h
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc4: Add pipe_reference debugging for vc4_bos.Eric Anholt2018-02-231-4/+15
* broadcom/vc4: Remove dead vc4_bo_set_reference().Eric Anholt2018-02-231-8/+0
* broadcom/vc4: Use a single-entry cached last_hindex value.Eric Anholt2017-12-011-0/+8
* vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.Eric Anholt2017-09-271-0/+3
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* vc4: Move simulator winsys mapping and tracking to the simulator.Eric Anholt2016-10-211-5/+0
* vc4: add hash table look-up for exported dmabufsRob Herring2016-07-261-2/+19
* vc4: Switch to using a separate ioctl for making shaders.Eric Anholt2015-07-171-2/+2
* vc4: Add perf debug for when we wait on BOs.Eric Anholt2015-07-141-2/+3
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-2/+2
* vc4: Add a userspace BO cache.Eric Anholt2014-12-171-3/+31
* vc4: Add dmabuf support.Eric Anholt2014-12-171-0/+3
* vc4: Update for new kernel ABI with async execution and waits.Eric Anholt2014-11-201-1/+9
* vc4: Handle a couple of the transfer map flags.Eric Anholt2014-09-021-0/+3
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+83