index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
gma500
/
gtt.c
Age
Commit message (
Expand
)
Author
2022-03-16
drm/gma500: Move GTT memory-range setup into helper
Thomas Zimmermann
2022-03-16
drm/gma500: Move GTT enable and disable code into helpers
Thomas Zimmermann
2022-03-16
drm/gma500: Move GEM memory management functions to gem.c
Thomas Zimmermann
2022-03-16
drm/gma500: Inline psb_gtt_restore()
Thomas Zimmermann
2022-03-16
drm/gma500: Split GTT init/resume/fini into GTT and GEM functions
Thomas Zimmermann
2022-03-16
drm/gma500: Cleanup GTT uninit and error handling
Thomas Zimmermann
2022-03-16
drm/gma500: Move GTT resume logic out of psb_gtt_init()
Thomas Zimmermann
2022-03-16
drm/gma500: Move GTT setup and restoration into helper funtions
Thomas Zimmermann
2022-03-16
drm/gma500: Remove struct psb_gtt.sem sempahore
Thomas Zimmermann
2022-03-16
drm/gma500: Move GTT locking into GTT helpers
Thomas Zimmermann
2021-10-19
drm/gma500: Rename struct gtt_range to struct psb_gem_object
Thomas Zimmermann
2021-10-19
drm/gma500: Rewrite GTT page insert/remove without struct gtt_range
Thomas Zimmermann
2021-10-19
drm/gma500: Set page-caching flags in GEM pin/unpin
Thomas Zimmermann
2021-10-19
drm/gma500: Inline psb_gtt_{alloc,free}_range() into rsp callers
Thomas Zimmermann
2021-10-19
drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c
Thomas Zimmermann
2021-09-23
drm/gma500: Replace references to dev_private with helper function
Thomas Zimmermann
2021-02-09
drm/gma500: Never wait for blits
Patrik Jakobsson
2021-01-06
drm/gma500: Remove references to struct drm_device.pdev
Thomas Zimmermann
2020-11-15
drm/gma500: Remove GTT roll support
Patrik Jakobsson
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-05-22
drm/gma500: drop drmp.h include from all .c files
Sam Ravnborg
2017-05-08
drm: use set_memory.h header
Laura Abbott
2016-11-08
drm/gma500: make function static to eliminate compiling warning
Jiang Biao
2016-10-13
drm/gma500: add comments for new parameters
Jiang Biao
2015-12-01
drm/gma500: Add driver private mutex for the fault handler
Daniel Vetter
2014-07-08
drm/gem: remove misleading gfp parameter to get_pages()
David Herrmann
2014-03-17
drm/gma500: Add backing type and base align to psb_gem_create()
Patrik Jakobsson
2014-03-17
drm/gma500: Hook up the MMU
Patrik Jakobsson
2013-10-09
drm/gma500: fix things after get/put page helpers
Rob Clark
2013-08-19
drm/gma500: use gem get/put page helpers
Rob Clark
2013-04-17
Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-next
Dave Airlie
2013-04-15
drm/gma500: Add debugging info to psb_gtt_restore()
Patrik Jakobsson
2013-04-07
drm/gma500: Add support for rebuilding the gtt
Patrik Jakobsson
2013-02-22
new helper: file_inode(file)
Al Viro
2012-05-11
gma500: Clean up some of the noise
Alan Cox
2012-05-07
gma500: gtt: fix __iomem sparse warnings
Kirill A. Shutemov
2012-05-07
gma500: psb_gtt_init(): drop unused variable
Kirill A. Shutemov
2012-04-27
gma500: Set the mapping mask
Alan Cox
2012-04-27
gma500: mark framebuffer pages write combining
Alan Cox
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
2012-03-10
gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as static
Kirill A. Shutemov
2012-03-05
drm, gma500: Fix Cedarview boot failures in 3.3-rc
Alan Cox
2012-01-24
gma500: Fix shmem mapping
Alan Cox
2011-12-06
gma500: gtt based hardware scrolling console
Alan Cox
2011-12-06
gma500: do a pass over the FIXME tags
Alan Cox
2011-11-16
gma500: introduce the GTT and MMU handling logic
Alan Cox