aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16drm/gma500: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-30/+0
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2015-12-01drm/gma500: Add driver private mutex for the fault handlerDaniel Vetter1-2/+2
2015-12-01drm/gma500: Drop dev->struct_mutex from mmap offset functionDaniel Vetter1-10/+3
2015-12-01drm/gma500: Use correct unref in the gem bo create functionDaniel Vetter1-1/+1
2014-03-17drm/gma500: Remove dead codeThierry Reding1-3/+0
2014-03-17drm/gma500: Add backing type and base align to psb_gem_create()Patrik Jakobsson1-4/+5
2014-03-17drm/gma500: Remove unused ioctlsPatrik Jakobsson1-44/+0
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-5/+0
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-17/+0
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann1-9/+6
2013-07-23drm/gem: simplify object initializationDavid Herrmann1-3/+4
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart1-2/+7
2012-04-27gma500: Set the mapping maskAlan Cox1-0/+2
2011-12-06gma500: do a pass over the FIXME tagsAlan Cox1-4/+1
2011-12-06gma500: Move the APIAlan Cox1-1/+1
2011-12-06gma500: Rename the ioctls to avoid clashing with the legacy driversAlan Cox1-2/+2
2011-11-16gma500: GEM and GEM glueAlan Cox1-0/+295