aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_bo.h
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Try to evict unused BOs from the cacheBoris Brezillon2019-11-081-1/+9
* pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stageAlyssa Rosenzweig2019-10-161-1/+7
* panfrost: Make sure the BO is 'ready' when picked from the cacheBoris Brezillon2019-10-031-0/+9
* panfrost: Add flags to reflect the BO imported/exported stateBoris Brezillon2019-10-031-0/+6
* panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon2019-10-031-0/+29
* panfrost: Don't return imported/exported BOs to the cacheBoris Brezillon2019-09-181-0/+4
* panfrost: Stop using panfrost_bo_release() outside of pan_bo.cBoris Brezillon2019-09-181-2/+0
* panfrost: Stop passing screen around for BO operationsBoris Brezillon2019-09-181-5/+6
* panfrost: Stop exposing panfrost_bo_cache_{fetch,put}()Boris Brezillon2019-09-181-6/+0
* panfrost: Move the BO API to its own headerBoris Brezillon2019-09-181-0/+100