summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-242-9/+2
|\
| * drm: Make the CRTC gamma_set operation optionalLaurent Pinchart2012-05-221-7/+0
| * drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
| * drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-221-1/+1
* | staging: drm/omap: initial dmabuf/prime import supportRob Clark2012-05-173-0/+26
* | staging: drm/omap: dmabuf/prime mmap supportRob Clark2012-05-174-11/+151
* | Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-028-6/+190
|\ \ | |/ |/|
| * staging: drm/omap: dmabuf/prime supportRob Clark2012-04-105-2/+186
| * staging:omapdrm Fix typos in drivers:omapdrmJustin P. Mattock2012-04-102-2/+2
| * staging: omap/drm: dmm should return proper errorsRob Clark2012-04-101-2/+2
* | staging: drm/omap: move where DMM driver is registeredRob Clark2012-04-101-3/+4
|/
* staging: drm/omap: use current time for page-flip eventRob Clark2012-03-131-0/+10
* staging: drm/omap: send page-flip event after endwinRob Clark2012-03-133-18/+67
* staging: drm/omap: avoid multiple planes having same z-orderRob Clark2012-03-131-1/+1
* staging: drm/omap: mmap of tiled buffers with stride >4kbRob Clark2012-03-071-27/+59
* staging: drm/omap: Get DMM resources from hwmodAndy Gross2012-03-074-36/+68
* staging: drm/omap: Validate debugfs deviceAndy Gross2012-03-071-2/+10
* staging: drm/omap: Disable DMM debugfs for OMAP3Andy Gross2012-03-072-8/+13
* staging: drm/omap: debugfs for object and fb trackingRob Clark2012-03-075-2/+188
* staging: drm/omap: defer unpin until scanout completesRob Clark2012-03-073-44/+181
* staging: drm/omap: some minor fb cleanupsRob Clark2012-03-071-4/+4
* staging: drm/omap: call omap_gem_roll() in non-atomic ctxRob Clark2012-03-072-16/+24
* staging: drm/omap: add a workqueueRob Clark2012-03-072-0/+10
* staging: drm/omap: get supported color formats from ovlRob Clark2012-03-073-20/+23
* Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2012-02-101-1/+1
|\
| * staging: drm/omap: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(..Thomas Meyer2012-02-091-1/+1
* | staging: drm/omap: fix locking issueRob Clark2012-02-081-4/+14
* | drivers/staging/omapdrm/omap_fbdev.c: move free after usesJulia Lawall2012-02-081-2/+2
* | staging: drm/omap: fix minimum width/heightRob Clark2012-02-081-2/+2
* | staging: drm/omap: updates for DSS fifomerge API changesRob Clark2012-02-083-10/+31
* | staging: drm/omap: multiplanar and YUV supportRob Clark2012-02-085-68/+149
* | staging: drm/omap: add drm_plane supportRob Clark2012-02-086-168/+403
* | staging: drm/omap: drm API update: addfb2Rob Clark2012-02-083-45/+143
* | staging: drm/omap: drm API update: make fops struct constRob Clark2012-02-081-11/+13
|/
* drm/omap: GEM, deal with cacheRob Clark2011-12-221-0/+30
* staging: drm/omap: add debugfs supportAndy Gross2011-12-166-0/+205
* staging: drm/omap: avoid aquiring mutex in atomic context (v2)Rob Clark2011-12-161-2/+14
* staging: drm/omap: add ywrap module paramRob Clark2011-12-161-5/+10
* staging: drm/omap: DMM based hardware scrolling consoleRob Clark2011-12-127-46/+153
* staging: drm/omap: crtc/encoder/fb destroy cleanupsRob Clark2011-12-123-8/+4
* staging: drm/omap: allocation fail checkRob Clark2011-12-121-0/+4
* drm/omap: add GEM support for tiled/dmm buffersRob Clark2011-12-086-37/+466
* drm/omap: DMM/TILER support for OMAP4+ platformAndy Gross2011-12-0811-11/+2143
* staging: add omapdrm DRM/KMS driver for TI OMAP platformsRob Clark2011-11-2614-0/+3491