aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-16drm/gma500: Move GTT memory-range setup into helperThomas Zimmermann1-89/+64
2022-03-16drm/gma500: Move GTT enable and disable code into helpersThomas Zimmermann1-35/+46
2022-03-16drm/gma500: Move GEM memory management functions to gem.cThomas Zimmermann1-126/+1
2022-03-16drm/gma500: Inline psb_gtt_restore()Thomas Zimmermann1-13/+2
2022-03-16drm/gma500: Split GTT init/resume/fini into GTT and GEM functionsThomas Zimmermann1-42/+76
2022-03-16drm/gma500: Cleanup GTT uninit and error handlingThomas Zimmermann1-24/+25
2022-03-16drm/gma500: Move GTT resume logic out of psb_gtt_init()Thomas Zimmermann1-20/+102
2022-03-16drm/gma500: Move GTT setup and restoration into helper funtionsThomas Zimmermann1-47/+68
2022-03-16drm/gma500: Remove struct psb_gtt.sem sempahoreThomas Zimmermann1-7/+0
2022-03-16drm/gma500: Move GTT locking into GTT helpersThomas Zimmermann1-13/+11
2021-10-19drm/gma500: Rename struct gtt_range to struct psb_gem_objectThomas Zimmermann1-7/+8
2021-10-19drm/gma500: Rewrite GTT page insert/remove without struct gtt_rangeThomas Zimmermann1-56/+37
2021-10-19drm/gma500: Set page-caching flags in GEM pin/unpinThomas Zimmermann1-15/+2
2021-10-19drm/gma500: Inline psb_gtt_{alloc,free}_range() into rsp callersThomas Zimmermann1-0/+27
2021-10-19drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.cThomas Zimmermann1-188/+2
2021-09-23drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann1-9/+9
2021-02-09drm/gma500: Never wait for blitsPatrik Jakobsson1-11/+0
2021-01-06drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann1-9/+11
2020-11-15drm/gma500: Remove GTT roll supportPatrik Jakobsson1-50/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg1-2/+3
2017-05-08drm: use set_memory.h headerLaura Abbott1-0/+1
2016-11-08drm/gma500: make function static to eliminate compiling warningJiang Biao1-1/+1
2016-10-13drm/gma500: add comments for new parametersJiang Biao1-0/+2
2015-12-01drm/gma500: Add driver private mutex for the fault handlerDaniel Vetter1-0/+1
2014-07-08drm/gem: remove misleading gfp parameter to get_pages()David Herrmann1-1/+1
2014-03-17drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson1-2/+2
2014-03-17drm/gma500: Hook up the MMUPatrik Jakobsson1-8/+33
2013-10-09drm/gma500: fix things after get/put page helpersRob Clark1-0/+1
2013-08-19drm/gma500: use gem get/put page helpersRob Clark1-32/+6
2013-04-17Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie1-8/+44
2013-04-15drm/gma500: Add debugging info to psb_gtt_restore()Patrik Jakobsson1-1/+8
2013-04-07drm/gma500: Add support for rebuilding the gttPatrik Jakobsson1-8/+37
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-05-11gma500: Clean up some of the noiseAlan Cox1-9/+3
2012-05-07gma500: gtt: fix __iomem sparse warningsKirill A. Shutemov1-4/+7
2012-05-07gma500: psb_gtt_init(): drop unused variableKirill A. Shutemov1-2/+1
2012-04-27gma500: Set the mapping maskAlan Cox1-0/+4
2012-04-27gma500: mark framebuffer pages write combiningAlan Cox1-1/+1
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie1-5/+4
2012-03-10gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as staticKirill A. Shutemov1-2/+2
2012-03-05drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox1-5/+4
2012-01-24gma500: Fix shmem mappingAlan Cox1-3/+2
2011-12-06gma500: gtt based hardware scrolling consoleAlan Cox1-3/+48
2011-12-06gma500: do a pass over the FIXME tagsAlan Cox1-11/+19
2011-11-16gma500: introduce the GTT and MMU handling logicAlan Cox1-0/+500