summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/msm_gem_vma.c
AgeCommit message (Expand)AuthorFilesLines
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