aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-22staging: omapdrm: fix allocation size for page addresses arrayVincent Penquerc'h1-2/+2
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds1-2/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-6/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2012-10-02drm: refcnt drm_framebuffer (v4.1)Rob Clark1-2/+2
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-26OMAPDRM: Remove manager->device referencesArchit Taneja1-2/+3
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-9/+32
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-9/+32
2012-09-10staging: drm/omap: hold a ref to the bo while waiting for flipRob Clark1-2/+14
2012-09-10drm/omap: add more new timings fieldsRob Clark1-0/+24
2012-09-10drm/omap: update for interlacedRob Clark1-9/+8
2012-09-04staging: drm/omap: invert dimensions on crtc when rotatedRob Clark1-0/+7
2012-09-04staging: omapdrm: use alloc_ordered_workqueue() instead of UNBOUND w/ max_active = 1Tejun Heo1-2/+1
2012-09-04staging: drm/omap: Add error handlingEmil Goode1-1/+16
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-4/+1
2012-08-15staging: omapdrm: Expose the OMAP Z-Order property through DRMAndre Renaud2-0/+20
2012-08-15staging: drm/omap: add rotation propertiesRob Clark8-46/+311
2012-08-13staging: omapdrm: Fix DMM sparse warningsAndy Gross1-2/+2
2012-08-13staging: drm/omap: remove reclaim_buffers callbackChandrabhanu Mahapatra1-1/+0
2012-07-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+2
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-26/+26
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2-2/+2
2012-07-06staging: drm/omap: update TODORob Clark1-5/+2
2012-07-02omap2+: add drm deviceAndy Gross2-56/+1
2012-06-13Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-3/+7
2012-06-11staging: omapdrm: Fix error paths during dmm initAndy Gross2-21/+24
2012-06-11staging: omapdrm: fix crash when freeing bad fbAndy Gross1-3/+7
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-9/+2
2012-05-22drm: Make the CRTC gamma_set operation optionalLaurent Pinchart1-7/+0
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart1-1/+1
2012-05-17staging: drm/omap: initial dmabuf/prime import supportRob Clark3-0/+26
2012-05-17staging: drm/omap: dmabuf/prime mmap supportRob Clark4-11/+151
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman8-6/+190
2012-04-10staging: drm/omap: dmabuf/prime supportRob Clark5-2/+186
2012-04-10staging:omapdrm Fix typos in drivers:omapdrmJustin P. Mattock2-2/+2
2012-04-10staging: omap/drm: dmm should return proper errorsRob Clark1-2/+2
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