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