summaryrefslogtreecommitdiff
path: root/drivers/staging/omapdrm/omap_drv.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-15Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-0/+11
2012-12-07OMAPDSS: use omapdss_compat_init() in other driversTomi Valkeinen1-0/+11
2012-11-14staging/omapdrm: Fix spacing coding style in omap_drv.cYAMANE Toshiaki1-22/+14
2012-10-30staging: drm/omap: add support for ARCH_MULTIPLATFORMRob Clark1-1/+5
2012-10-30staging: drm/omap: remove global drm_device ptrRob Clark1-4/+0
2012-10-30staging: drm/omap: only advertise rotation prop if supportedRob Clark1-12/+15
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds1-2/+3
2012-09-26OMAPDRM: Remove manager->device referencesArchit Taneja1-2/+3
2012-09-04staging: omapdrm: use alloc_ordered_workqueue() instead of UNBOUND w/ max_act...Tejun Heo1-2/+1
2012-08-15staging: drm/omap: add rotation propertiesRob Clark1-0/+17
2012-08-13staging: drm/omap: remove reclaim_buffers callbackChandrabhanu Mahapatra1-1/+0
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
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 Clark1-0/+2
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-1/+3
2012-04-10staging: drm/omap: dmabuf/prime supportRob Clark1-1/+3
2012-04-10staging: drm/omap: move where DMM driver is registeredRob Clark1-3/+4
2012-03-07staging: drm/omap: Get DMM resources from hwmodAndy Gross1-0/+6
2012-03-07staging: drm/omap: debugfs for object and fb trackingRob Clark1-0/+2
2012-03-07staging: drm/omap: add a workqueueRob Clark1-0/+8
2012-02-08staging: drm/omap: fix minimum width/heightRob Clark1-2/+2
2012-02-08staging: drm/omap: add drm_plane supportRob Clark1-20/+33
2012-02-08staging: drm/omap: drm API update: make fops struct constRob Clark1-11/+13
2011-12-16staging: drm/omap: add debugfs supportAndy Gross1-0/+4
2011-12-08drm/omap: add GEM support for tiled/dmm buffersRob Clark1-2/+4
2011-12-08drm/omap: DMM/TILER support for OMAP4+ platformAndy Gross1-8/+13
2011-11-26staging: add omapdrm DRM/KMS driver for TI OMAP platformsRob Clark1-0/+810