aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-31drm/omap: remove unused plugin definesTomi Valkeinen1-6/+0
2015-12-31drm: omapdrm: gem: Move global usergart variable to omap_drm_privateLaurent Pinchart1-0/+3
2015-12-31drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart1-0/+10
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-3/+3
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-2/+2
2015-07-02drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen1-1/+1
2015-07-02drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen1-1/+1
2015-07-02drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen1-1/+1
2015-06-12drm: omapdrm: new vblank and event handlingTomi Valkeinen1-0/+1
2015-06-12drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart1-1/+0
2015-06-12drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart1-5/+1
2015-06-12drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart1-1/+1
2015-06-12drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart1-1/+0
2015-06-12drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart1-1/+1
2015-06-12drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart1-2/+0
2015-06-12drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart1-1/+0
2015-06-12drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart1-6/+0
2015-06-12drm: omapdrm: Implement asynchronous commit supportLaurent Pinchart1-0/+8
2015-06-12drm: omapdrm: Clean up #include'sLaurent Pinchart1-4/+4
2015-06-12drm: omapdrm: Cancel pending page flips when closing deviceLaurent Pinchart1-0/+1
2015-06-12drm: omapdrm: Simplify IRQ registrationLaurent Pinchart1-5/+1
2015-06-12drm: omapdrm: Apply settings synchronouslyLaurent Pinchart1-20/+3
2015-06-12drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart1-1/+0
2015-03-24drm/omap: fix race condition with dev->obj_listTomi Valkeinen1-0/+3
2015-03-20drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()Laurent Pinchart1-6/+6
2015-03-20drm: omapdrm: Remove manual update display supportLaurent Pinchart1-4/+0
2015-03-20drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()Laurent Pinchart1-1/+1
2015-03-20drm: omapdrm: Switch to the universal plane APILaurent Pinchart1-1/+1
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+1
2014-08-08Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-0/+1
2014-07-11drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.hVille Syrjälä1-7/+0
2014-07-04drm/omap: Add infoframe & dvi/hdmi mode supportTomi Valkeinen1-0/+1
2014-04-14drm/omap: fix race issue when unloading omapdrmTomi Valkeinen1-0/+1
2014-01-29Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-nextDave Airlie1-0/+3
2014-01-09drm/omap: fix: Defer probe if an omapdss device requests for it at connectArchit Taneja1-0/+1
2014-01-09drm/omap: fix (un)registering irqs inside an irq handlerTomi Valkeinen1-0/+2
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-1/+0
2013-08-19drm/omap: use flip-work helperRob Clark1-3/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-2/+0
2013-06-17OMAPDRM: fix overlay manager handlingTomi Valkeinen1-0/+1
2013-04-11drm/omap: Fix and improve crtc and overlay manager correlationArchit Taneja1-34/+4
2013-02-16drm/omap: move out of stagingRob Clark1-0/+333