aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_bo.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Keep track of active BOsTomeu Vizoso2019-10-171-21/+62
* panfrost: Make sure the BO is 'ready' when picked from the cacheBoris Brezillon2019-10-031-24/+90
* panfrost: Add flags to reflect the BO imported/exported stateBoris Brezillon2019-10-031-2/+2
* panfrost: Don't return imported/exported BOs to the cacheBoris Brezillon2019-09-181-0/+5
* panfrost: Add panfrost_bo_{alloc,free}()Boris Brezillon2019-09-181-76/+68
* panfrost: Stop using panfrost_bo_release() outside of pan_bo.cBoris Brezillon2019-09-181-1/+4
* panfrost: Stop passing screen around for BO operationsBoris Brezillon2019-09-181-20/+20
* panfrost: Stop exposing panfrost_bo_cache_{fetch,put}()Boris Brezillon2019-09-181-2/+2
* panfrost: Move the BO API to its own headerBoris Brezillon2019-09-181-1/+1
* panfrost: s/PAN_ALLOCATE_/PAN_BO_/Boris Brezillon2019-09-181-6/+6
* panfrost: Move panfrost_bo_{reference,unreference}() to pan_bo.cBoris Brezillon2019-09-181-0/+20
* panfrost: Get rid of pan_drm.cBoris Brezillon2019-09-181-2/+197
* panfrost: Rename pan_bo_cache.c into pan_bo.cBoris Brezillon2019-09-081-0/+167