summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-24drm/omap: keep ref to old_fbTomi Valkeinen1-0/+7
2015-03-24drm/omap: only ignore DIGIT SYNC LOST for TV outputTomi Valkeinen1-8/+12
2015-03-24drm/omap: fix race with error_irqTomi Valkeinen1-8/+13
2015-03-24drm/omap: use DRM_ERROR_RATELIMITED() for error irqsTomi Valkeinen1-1/+1
2015-03-24drm/omap: page_flip: return -EBUSY if flip pendingTomi Valkeinen1-1/+1
2015-03-20drm: omapdrm: Reorder CRTC functionsLaurent Pinchart1-190/+206
2015-03-20drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()Laurent Pinchart1-12/+9
2015-03-20drm: omapdrm: Avoid function forward declaration in omap_crtc.cLaurent Pinchart1-54/+53
2015-03-20drm: omapdrm: Remove omap_crtc->full_update fieldLaurent Pinchart1-16/+7
2015-03-20drm: omapdrm: Fix race condition between GO and vblank IRQLaurent Pinchart1-1/+1
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-22/+21
2015-03-20drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart1-13/+13
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-5/+5
2014-04-15drm/omap: protect omap_crtc's event with event_lock spinlockArchit Taneja1-0/+6
2014-04-15drm/omap: Use old_fb to synchronize between successive page flipsArchit Taneja1-1/+1
2014-04-15drm/omap: Fix crash when using LCD3 overlay managerArchit Taneja1-0/+1
2014-04-15drm/omap: remove extra plane->destroy from crtc destroyTomi Valkeinen1-1/+0
2014-04-14drm/omap: fix enabling/disabling of video pipelineTomi Valkeinen1-7/+12
2014-04-14drm/omap: fix missing disable for unused encoderTomi Valkeinen1-0/+6
2014-04-14drm/omap: fix race issue when unloading omapdrmTomi Valkeinen1-0/+19
2014-04-14drm/omap: fix output enable/disable sequenceTomi Valkeinen1-19/+27
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-6/+7
2014-01-09drm/omap: fix: Defer probe if an omapdss device requests for it at connectArchit Taneja1-0/+5
2014-01-09drm/omap: fix (un)registering irqs inside an irq handlerTomi Valkeinen1-3/+3
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-07-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+0
2013-06-17OMAPDSS: combine omap_dss_output into omap_dss_deviceTomi Valkeinen1-2/+2
2013-06-17OMAPDSS: Implement display (dis)connect supportTomi Valkeinen1-0/+24
2013-06-17OMAPDRM: fix overlay manager handlingTomi Valkeinen1-7/+15
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-5/+0
2013-04-11drm/omap: Fix and improve crtc and overlay manager correlationArchit Taneja1-7/+14
2013-02-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+654
2013-02-17omapdrm: only take crtc->mutex in crtc callbacksDaniel Vetter1-7/+5
2013-02-17drm/omap: move out of stagingRob Clark1-0/+659