summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/omap: add more new timings fieldsRob Clark2012-09-111-0/+24
| * | drm/omap: update for interlacedRob Clark2012-09-111-9/+8Star
| |/
* | staging: drm/omap: hold a ref to the bo while waiting for flipRob Clark2012-09-111-2/+14
* | staging: drm/omap: invert dimensions on crtc when rotatedRob Clark2012-09-041-0/+7
* | staging: omapdrm: use alloc_ordered_workqueue() instead of UNBOUND w/ max_act...Tejun Heo2012-09-041-2/+1Star
* | staging: drm/omap: Add error handlingEmil Goode2012-09-041-1/+16
* | staging: omapdrm: Expose the OMAP Z-Order property through DRMAndre Renaud2012-08-162-0/+20
* | staging: drm/omap: add rotation propertiesRob Clark2012-08-168-46/+311
* | staging: omapdrm: Fix DMM sparse warningsAndy Gross2012-08-141-2/+2
* | staging: drm/omap: remove reclaim_buffers callbackChandrabhanu Mahapatra2012-08-141-1/+0Star
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-262-2/+2
|\
| * drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-202-2/+2
* | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-263-26/+26
|\ \
| * | staging: drm/omap: update TODORob Clark2012-07-071-5/+2Star
| * | Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2012-06-141-3/+7
| |\|
| * | staging: omapdrm: Fix error paths during dmm initAndy Gross2012-06-112-21/+24
* | | omap2+: add drm deviceAndy Gross2012-07-022-56/+1Star
| |/ |/|
* | staging: omapdrm: fix crash when freeing bad fbAndy Gross2012-06-111-3/+7
|/
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-05-242-9/+2Star
|\
| * drm: Make the CRTC gamma_set operation optionalLaurent Pinchart2012-05-221-7/+0Star
| * 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