summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gem.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/gpu/drm/gma500/: change return type to vm_fault_tSouptick Joarder2018-08-241-17/+10Star
* drm/gma500: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-06-261-1/+1
* drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-161-30/+0Star
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-1/+2
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-3/+2Star
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* drm/gma500: Add driver private mutex for the fault handlerDaniel Vetter2015-12-011-2/+2
* drm/gma500: Drop dev->struct_mutex from mmap offset functionDaniel Vetter2015-12-011-10/+3Star
* drm/gma500: Use correct unref in the gem bo create functionDaniel Vetter2015-12-011-1/+1
* drm/gma500: Remove dead codeThierry Reding2014-03-171-3/+0Star
* drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson2014-03-171-4/+5
* drm/gma500: Remove unused ioctlsPatrik Jakobsson2014-03-171-44/+0Star
* drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-091-5/+0Star
* drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-071-17/+0Star
* drm/gem: convert to new unified vma managerDavid Herrmann2013-07-251-9/+6Star
* drm/gem: simplify object initializationDavid Herrmann2013-07-231-3/+4
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-2/+7
|\
| * drm: gma500: Kill the GEM glue layerLaurent Pinchart2012-08-241-2/+7
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* gma500: Set the mapping maskAlan Cox2012-04-271-0/+2
* gma500: do a pass over the FIXME tagsAlan Cox2011-12-061-4/+1Star
* gma500: Move the APIAlan Cox2011-12-061-1/+1
* gma500: Rename the ioctls to avoid clashing with the legacy driversAlan Cox2011-12-061-2/+2
* gma500: GEM and GEM glueAlan Cox2011-11-161-0/+295