aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10staging: drm/omap: move where DMM driver is registeredRob Clark1-3/+4
2012-03-13staging: drm/omap: use current time for page-flip eventRob Clark1-0/+10
2012-03-13staging: drm/omap: send page-flip event after endwinRob Clark3-18/+67
2012-03-13staging: drm/omap: avoid multiple planes having same z-orderRob Clark1-1/+1
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 Gross4-36/+68
2012-03-07staging: drm/omap: Validate debugfs deviceAndy Gross1-2/+10
2012-03-07staging: drm/omap: Disable DMM debugfs for OMAP3Andy Gross2-8/+13
2012-03-07staging: drm/omap: debugfs for object and fb trackingRob Clark5-2/+188
2012-03-07staging: drm/omap: defer unpin until scanout completesRob Clark3-44/+181
2012-03-07staging: drm/omap: some minor fb cleanupsRob Clark1-4/+4
2012-03-07staging: drm/omap: call omap_gem_roll() in non-atomic ctxRob Clark2-16/+24
2012-03-07staging: drm/omap: add a workqueueRob Clark2-0/+10
2012-03-07staging: drm/omap: get supported color formats from ovlRob Clark3-20/+23
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman1-1/+1
2012-02-09staging: drm/omap: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(..Thomas Meyer1-1/+1
2012-02-08staging: drm/omap: fix locking issueRob Clark1-4/+14
2012-02-08drivers/staging/omapdrm/omap_fbdev.c: move free after usesJulia Lawall1-2/+2
2012-02-08staging: drm/omap: fix minimum width/heightRob Clark1-2/+2
2012-02-08staging: drm/omap: updates for DSS fifomerge API changesRob Clark3-10/+31
2012-02-08staging: drm/omap: multiplanar and YUV supportRob Clark5-68/+149
2012-02-08staging: drm/omap: add drm_plane supportRob Clark6-168/+403
2012-02-08staging: drm/omap: drm API update: addfb2Rob Clark3-45/+143
2012-02-08staging: drm/omap: drm API update: make fops struct constRob Clark1-11/+13
2011-12-22drm/omap: GEM, deal with cacheRob Clark1-0/+30
2011-12-16staging: drm/omap: add debugfs supportAndy Gross6-0/+205
2011-12-16staging: drm/omap: avoid aquiring mutex in atomic context (v2)Rob Clark1-2/+14
2011-12-16staging: drm/omap: add ywrap module paramRob Clark1-5/+10
2011-12-12staging: drm/omap: DMM based hardware scrolling consoleRob Clark7-46/+153
2011-12-12staging: drm/omap: crtc/encoder/fb destroy cleanupsRob Clark3-8/+4
2011-12-12staging: drm/omap: allocation fail checkRob Clark1-0/+4
2011-12-08drm/omap: add GEM support for tiled/dmm buffersRob Clark6-37/+466
2011-12-08drm/omap: DMM/TILER support for OMAP4+ platformAndy Gross11-11/+2143
2011-11-26staging: add omapdrm DRM/KMS driver for TI OMAP platformsRob Clark14-0/+3491