summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_gem.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-21drm/panfrost: Fix GEM handle creation ref-countingSteven Price1-4/+1
2020-11-03drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon1-1/+1
2020-02-03drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon1-0/+6
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon1-6/+35
2019-12-06drm/panfrost: Open/close the perfcnt BOBoris Brezillon1-0/+4
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring1-0/+3
2019-08-12drm/panfrost: Add support for GPU heap allocationsRob Herring1-0/+8
2019-08-12drm/panfrost: Add a no execute flag for BO allocationsRob Herring1-1/+8
2019-08-08drm/panfrost: Add madvise and shrinker supportRob Herring1-0/+3
2019-06-18drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon1-0/+1
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring1-0/+29