aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gem_vma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-15drm/msm/gem: Drop early returns in close/purge vmaRob Clark1-4/+2
2022-04-21drm/msm: Add a way for userspace to allocate GPU iovaRob Clark1-0/+2
2022-04-21drm/msm/gem: Add fenced vma unpinRob Clark1-3/+27
2022-04-21drm/msm/gem: Drop PAGE_SHIFT for address space mmRob Clark1-8/+8
2022-04-21drm/msm/gem: Split out inuse helperRob Clark1-2/+7
2022-04-21drm/msm/gem: Convert some missed GEM_WARN_ON()sRob Clark1-5/+5
2020-09-22drm/msm: Leave inuse count intact on map failureAkhil P Oommen1-1/+3
2020-09-12drm/msm: Show process names in gem_describeRob Clark1-0/+1
2020-09-12drm/msm: Add support for private address space instancesJordan Crouse1-0/+9
2020-05-23drm/msm: Refactor address space initializationJordan Crouse1-45/+6
2020-05-23drm/msm: Attach the IOMMU device during initializationJordan Crouse1-4/+19
2020-05-18drm/msm: add msm_gem_get_and_pin_iova_rangeJonathan Marek1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-18drm/msm: Fix NULL pointer dereferenceLuca Weiss1-1/+1
2019-01-24drm/msm: honor GPU_READONLY flagRob Clark1-2/+3
2018-12-11drm/msm: implement a2xx mmuJonathan Marek1-0/+23
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse1-12/+39
2018-12-11drm/msm: Split msm_gem_get_iova into two stepsJordan Crouse1-13/+31
2018-12-11drm/msm: Remove sgt from the mmu unmap functionJordan Crouse1-2/+2
2018-02-20drm/msm: Pass the correct aperture end to drm_mm_initJordan Crouse1-1/+3
2017-08-01drm/msm: NULL pointer dereference in drivers/gpu/drm/msm/msm_gem_vma.cHans Verkuil1-1/+1
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra1-1/+9
2017-04-08drm/msm: Reference count address spacesJordan Crouse1-9/+26
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-2/+1
2016-11-27drm/msm: support multiple address spacesRob Clark1-0/+90