summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_vma_manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02drm/drm_vma_manager.c: Remove useless goto statementLiviu Dudau1-10/+5
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-2/+1
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann1-20/+20
2016-08-08drm: Convert drm_vma_manager to embedded interval-tree in drm_mmChris Wilson1-34/+9
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter1-0/+3
2015-10-19drm/gem: Use kref_get_unless_zero for the weak mmap referencesDaniel Vetter1-28/+12
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-2/+1
2013-08-27drm/vma: add access management helpersDavid Herrmann1-0/+155
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-2/+2
2013-07-25drm: add unified vma offset managerDavid Herrmann1-0/+281