summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gma: Remove calls to kmap()Ira Weiny2022-01-241-4/+4
* drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann2021-09-231-6/+6
* drm/gma500: Remove CONFIG_X86 conditionals from source filesThomas Zimmermann2021-02-091-21/+0
* drm/gma500/mmu: Actually return an error if one occursLee Jones2021-01-181-1/+1
* drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'Lee Jones2021-01-181-9/+0
* drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' staticLee Jones2021-01-181-2/+2
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* | drm/gma500: drop drmp.h include from all .c filesSam Ravnborg2019-05-221-2/+4
|/
* gma500: mmu: unmap the correct addressPan Bian2017-10-301-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-081-167/+130
|\
| * drm/gma500: Give MMU code it's own header filePatrik Jakobsson2014-03-171-44/+1
| * drm/gma500: Make SGX MMU driver actually do somethingPatrik Jakobsson2014-03-171-126/+132
* | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-271-1/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-221-11/+2
|\
| * gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as staticKirill A. Shutemov2012-03-101-2/+2
| * gma500: mmu: drop unused psb_get_default_pd_addr()Kirill A. Shutemov2012-03-101-9/+0
* | gma500: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-15/+15
|/
* gma500: introduce the GTT and MMU handling logicAlan Cox2011-11-161-0/+858