summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/mmu.c
AgeCommit message (Expand)Author
2022-01-24drm/gma: Remove calls to kmap()Ira Weiny
2021-09-23drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann
2021-02-09drm/gma500: Remove CONFIG_X86 conditionals from source filesThomas Zimmermann
2021-01-18drm/gma500/mmu: Actually return an error if one occursLee Jones
2021-01-18drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'Lee Jones
2021-01-18drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' staticLee Jones
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg
2017-10-30gma500: mmu: unmap the correct addressPan Bian
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-03-17drm/gma500: Give MMU code it's own header filePatrik Jakobsson
2014-03-17drm/gma500: Make SGX MMU driver actually do somethingPatrik Jakobsson
2014-02-27x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-03-20gma500: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-10gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as staticKirill A. Shutemov
2012-03-10gma500: mmu: drop unused psb_get_default_pd_addr()Kirill A. Shutemov
2011-11-16gma500: introduce the GTT and MMU handling logicAlan Cox