summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm/omap_gem.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-16drm/omap: move out of stagingRob Clark1-1511/+0
2013-02-16staging/omapdrm: Use kmemdup rather than duplicating its implementationPeter Huewe1-2/+2
2013-02-16drm/omap: Add PM capabilitiesAndy Gross1-0/+28
2012-11-14staging/omapdrm: Fix spacing coding style in omap_gem.cYAMANE Toshiaki1-2/+2
2012-11-14staging/omapdrm: Fix spacing coding style in omap_gem.cYAMANE Toshiaki1-23/+15
2012-11-14staging/omapdrm: Fix spacing coding style in omap_gem.cYAMANE Toshiaki1-1/+1
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-2/+2
2012-10-22drm/omap: Remove cpu_is_omapXXXX usage in DMMAndy Gross1-1/+1
2012-10-22staging: omapdrm: fix allocation size for page addresses arrayVincent Penquerc'h1-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-04staging: drm/omap: Add error handlingEmil Goode1-1/+16
2012-08-15staging: drm/omap: add rotation propertiesRob Clark1-1/+42
2012-05-17staging: drm/omap: dmabuf/prime mmap supportRob Clark1-10/+94
2012-04-10staging: drm/omap: dmabuf/prime supportRob Clark1-1/+25
2012-03-07staging: drm/omap: mmap of tiled buffers with stride >4kbRob Clark1-27/+59
2012-03-07staging: drm/omap: Get DMM resources from hwmodAndy Gross1-5/+3
2012-03-07staging: drm/omap: debugfs for object and fb trackingRob Clark1-1/+63
2012-03-07staging: drm/omap: call omap_gem_roll() in non-atomic ctxRob Clark1-12/+2
2012-02-08staging: drm/omap: fix locking issueRob Clark1-4/+14
2012-02-08staging: drm/omap: multiplanar and YUV supportRob Clark1-0/+5
2011-12-22drm/omap: GEM, deal with cacheRob Clark1-0/+30
2011-12-16staging: drm/omap: avoid aquiring mutex in atomic context (v2)Rob Clark1-2/+14
2011-12-12staging: drm/omap: DMM based hardware scrolling consoleRob Clark1-6/+53
2011-12-12staging: drm/omap: allocation fail checkRob Clark1-0/+4
2011-12-08drm/omap: add GEM support for tiled/dmm buffersRob Clark1-34/+398
2011-11-26staging: add omapdrm DRM/KMS driver for TI OMAP platformsRob Clark1-0/+774