summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm: use set_memory.h headerLaura Abbott2017-05-091-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/+6Star
* 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-231-1/+1
|/
* gma500: Clean up some of the noiseAlan Cox2012-05-111-9/+3Star
* gma500: gtt: fix __iomem sparse warningsKirill A. Shutemov2012-05-071-4/+7
* gma500: psb_gtt_init(): drop unused variableKirill A. Shutemov2012-05-071-2/+1Star
* 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/+4Star
|\
| * drm, gma500: Fix Cedarview boot failures in 3.3-rcAlan Cox2012-03-051-5/+4Star
* | 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/+2Star
* 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