summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gma500: Move GTT memory-range setup into helperThomas Zimmermann2022-03-161-89/+64
* drm/gma500: Move GTT enable and disable code into helpersThomas Zimmermann2022-03-161-35/+46
* drm/gma500: Move GEM memory management functions to gem.cThomas Zimmermann2022-03-161-126/+1
* drm/gma500: Inline psb_gtt_restore()Thomas Zimmermann2022-03-161-13/+2
* drm/gma500: Split GTT init/resume/fini into GTT and GEM functionsThomas Zimmermann2022-03-161-42/+76
* drm/gma500: Cleanup GTT uninit and error handlingThomas Zimmermann2022-03-161-24/+25
* drm/gma500: Move GTT resume logic out of psb_gtt_init()Thomas Zimmermann2022-03-161-20/+102
* drm/gma500: Move GTT setup and restoration into helper funtionsThomas Zimmermann2022-03-161-47/+68
* drm/gma500: Remove struct psb_gtt.sem sempahoreThomas Zimmermann2022-03-161-7/+0
* drm/gma500: Move GTT locking into GTT helpersThomas Zimmermann2022-03-161-13/+11
* drm/gma500: Rename struct gtt_range to struct psb_gem_objectThomas Zimmermann2021-10-191-7/+8
* drm/gma500: Rewrite GTT page insert/remove without struct gtt_rangeThomas Zimmermann2021-10-191-56/+37
* drm/gma500: Set page-caching flags in GEM pin/unpinThomas Zimmermann2021-10-191-15/+2
* drm/gma500: Inline psb_gtt_{alloc,free}_range() into rsp callersThomas Zimmermann2021-10-191-0/+27
* drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.cThomas Zimmermann2021-10-191-188/+2
* drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann2021-09-231-9/+9
* drm/gma500: Never wait for blitsPatrik Jakobsson2021-02-091-11/+0
* drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-9/+11
* drm/gma500: Remove GTT roll supportPatrik Jakobsson2020-11-151-50/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* 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/+3
|/
* drm: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* drm/gma500: make function static to eliminate compiling warningJiang Biao2016-11-081-1/+1
* drm/gma500: add comments for new parametersJiang Biao2016-10-131-0/+2
* drm/gma500: Add driver private mutex for the fault handlerDaniel Vetter2015-12-011-0/+1
* drm/gem: remove misleading gfp parameter to get_pages()David Herrmann2014-07-081-1/+1
* drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson2014-03-171-2/+2
* drm/gma500: Hook up the MMUPatrik Jakobsson2014-03-171-8/+33
* drm/gma500: fix things after get/put page helpersRob Clark2013-10-091-0/+1
* drm/gma500: use gem get/put page helpersRob Clark2013-08-191-32/+6
* Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie2013-04-171-8/+44
|\
| * drm/gma500: Add debugging info to psb_gtt_restore()Patrik Jakobsson2013-04-151-1/+8
| * drm/gma500: Add support for rebuilding the gttPatrik Jakobsson2013-04-071-8/+37
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* gma500: Clean up some of the noiseAlan Cox2012-05-111-9/+3
* gma500: gtt: fix __iomem sparse warningsKirill A. Shutemov2012-05-071-4/+7
* gma500: psb_gtt_init(): drop unused variableKirill A. Shutemov2012-05-071-2/+1
* gma500: Set the mapping maskAlan Cox2012-04-271-0/+4
* gma500: mark framebuffer pages write combiningAlan Cox2012-04-271-1/+1
* drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie2012-03-151-5/+4
|\
| * drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-051-5/+4
* | gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as staticKirill A. Shutemov2012-03-101-2/+2
|/
* gma500: Fix shmem mappingAlan Cox2012-01-241-3/+2
* gma500: gtt based hardware scrolling consoleAlan Cox2011-12-061-3/+48
* gma500: do a pass over the FIXME tagsAlan Cox2011-12-061-11/+19
* gma500: introduce the GTT and MMU handling logicAlan Cox2011-11-161-0/+500