Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | panfrost: Try to evict unused BOs from the cache | Boris Brezillon | 2019-11-08 | 1 | -1/+9 |
* | pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stage | Alyssa Rosenzweig | 2019-10-16 | 1 | -1/+7 |
* | panfrost: Make sure the BO is 'ready' when picked from the cache | Boris Brezillon | 2019-10-03 | 1 | -0/+9 |
* | panfrost: Add flags to reflect the BO imported/exported state | Boris Brezillon | 2019-10-03 | 1 | -0/+6 |
* | panfrost: Extend the panfrost_batch_add_bo() API to pass access flags | Boris Brezillon | 2019-10-03 | 1 | -0/+29 |
* | panfrost: Don't return imported/exported BOs to the cache | Boris Brezillon | 2019-09-18 | 1 | -0/+4 |
* | panfrost: Stop using panfrost_bo_release() outside of pan_bo.c | Boris Brezillon | 2019-09-18 | 1 | -2/+0 |
* | panfrost: Stop passing screen around for BO operations | Boris Brezillon | 2019-09-18 | 1 | -5/+6 |
* | panfrost: Stop exposing panfrost_bo_cache_{fetch,put}() | Boris Brezillon | 2019-09-18 | 1 | -6/+0 |
* | panfrost: Move the BO API to its own header | Boris Brezillon | 2019-09-18 | 1 | -0/+100 |