aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann1-0/+1
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann1-1/+1
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann1-3/+5
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-6/+6
2021-06-24drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_privBoris Brezillon1-11/+9
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter1-3/+1
2020-11-03drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon1-3/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2020-10-30drm/panfrost: Support cache-coherent integrationsRobin Murphy1-0/+2
2020-09-10drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski1-2/+2
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov1-1/+1
2020-05-19drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2020-01-21drm/panfrost: Add the panfrost_gem_mapping conceptBoris Brezillon1-16/+108
2019-12-06drm/panfrost: Open/close the perfcnt BOBoris Brezillon1-2/+2
2019-12-06drm/panfrost: Fix a race in panfrost_gem_free_object()Boris Brezillon1-5/+10
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann1-1/+1
2019-08-22drm/panfrost: Fix sleeping while atomic in panfrost_gem_openRob Herring1-4/+6
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring1-7/+8
2019-08-12drm/panfrost: Add support for GPU heap allocationsRob Herring1-5/+33
2019-08-12drm/panfrost: Add a no execute flag for BO allocationsRob Herring1-2/+48
2019-08-12drm/panfrost: Restructure the GEM object creationRob Herring1-29/+39
2019-08-08drm/panfrost: Add madvise and shrinker supportRob Herring1-0/+5
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-1/+2
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+6
2019-06-25drm/panfrost: don't set gem_obj->resv for prime import anymoreDaniel Vetter1-2/+0
2019-06-18drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon1-1/+2
2019-06-14drm/panfrost: Align GEM objects GPU VA to 2MBRob Herring1-2/+6
2019-04-18drm/panfrost: Make panfrost_gem_free_object() staticYueHaibing1-1/+1
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring1-0/+95