summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_gem.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+1
|\
| * drm/panfrost: dynamically allocate the drm-panfrost shrinkerQi Zheng2023-10-041-1/+1
* | drm/panfrost: Implement generic DRM object RSS reporting functionAdrián Larumbe2023-10-041-0/+5
|/
* drm/panfrost: Fix GEM handle creation ref-countingSteven Price2022-12-211-4/+1
* drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon2020-11-031-1/+1
* drm/panfrost: Make sure the shrinker does not reclaim referenced BOsBoris Brezillon2020-02-031-0/+6
* drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon2020-01-211-6/+35
* drm/panfrost: Open/close the perfcnt BOBoris Brezillon2019-12-061-0/+4
* drm/panfrost: Implement per FD address spacesRob Herring2019-08-191-0/+3
* drm/panfrost: Add support for GPU heap allocationsRob Herring2019-08-121-0/+8
* drm/panfrost: Add a no execute flag for BO allocationsRob Herring2019-08-121-1/+8
* drm/panfrost: Add madvise and shrinker supportRob Herring2019-08-081-0/+3
* drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon2019-06-181-0/+1
* drm/panfrost: Add initial panfrost driverRob Herring2019-04-121-0/+29