summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/gtt.c
AgeCommit message (Expand)AuthorFilesLines
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