summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gem_vma.c
Commit message (Expand)AuthorAgeFilesLines
* drm/msm: Leave inuse count intact on map failureAkhil P Oommen2020-09-221-1/+3
* drm/msm: Show process names in gem_describeRob Clark2020-09-121-0/+1
* drm/msm: Add support for private address space instancesJordan Crouse2020-09-121-0/+9
* drm/msm: Refactor address space initializationJordan Crouse2020-05-231-45/+6
* drm/msm: Attach the IOMMU device during initializationJordan Crouse2020-05-231-4/+19
* drm/msm: add msm_gem_get_and_pin_iova_rangeJonathan Marek2020-05-181-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/msm: Fix NULL pointer dereferenceLuca Weiss2019-04-181-1/+1
* drm/msm: honor GPU_READONLY flagRob Clark2019-01-241-2/+3
* drm/msm: implement a2xx mmuJonathan Marek2018-12-111-0/+23
* drm/msm: Count how many times iova memory is pinnedJordan Crouse2018-12-111-12/+39
* drm/msm: Split msm_gem_get_iova into two stepsJordan Crouse2018-12-111-13/+31
* drm/msm: Remove sgt from the mmu unmap functionJordan Crouse2018-12-111-2/+2
* drm/msm: Pass the correct aperture end to drm_mm_initJordan Crouse2018-02-201-1/+3
* drm/msm: NULL pointer dereference in drivers/gpu/drm/msm/msm_gem_vma.cHans Verkuil2017-08-011-1/+1
* drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra2017-06-171-1/+9
* drm/msm: Reference count address spacesJordan Crouse2017-04-081-9/+26
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-2/+1
* drm/msm: support multiple address spacesRob Clark2016-11-271-0/+90