aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
Commit message (Expand)AuthorAge
...
* drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart2015-06-12
* drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart2015-06-12
* drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2015-06-12
* drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart2015-06-12
* drm: omapdrm: Remove omap_crtc enabled fieldLaurent Pinchart2015-06-12
* drm: omapdrm: Move crtc info out of the crtc structureLaurent Pinchart2015-06-12
* drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart2015-06-12
* drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart2015-06-12
* drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart2015-06-12
* drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart2015-06-12
* drm: omapdrm: Switch mode config to atomic helpersLaurent Pinchart2015-06-12
* drm: omapdrm: Handle primary plane config through atomic plane opsLaurent Pinchart2015-06-12
* drm: omapdrm: Implement planes atomic operationsLaurent Pinchart2015-06-12
* drm: omapdrm: Wire up atomic state object scaffoldingLaurent Pinchart2015-06-12
* drm: omapdrm: Rework CRTC enable/disable for atomic updatesLaurent Pinchart2015-06-12
* drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefixLaurent Pinchart2015-06-12
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-12
* drm: omapdrm: Fix page flip race with CRTC disableLaurent Pinchart2015-06-12
* drm: omapdrm: Turn vblank on/off when enabling/disabling CRTCLaurent Pinchart2015-06-12
* drm: omapdrm: Rework page flip handlingLaurent Pinchart2015-06-12
* drm: omapdrm: Cancel pending page flips when closing deviceLaurent Pinchart2015-06-12
* drm: omapdrm: Rename omap_crtc page flip-related fieldsLaurent Pinchart2015-06-12
* drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flipLaurent Pinchart2015-06-12
* drm: omapdrm: Apply settings synchronouslyLaurent Pinchart2015-06-12
* drm: omapdrm: Store the rotation property in dev->mode_configLaurent Pinchart2015-06-12
* drm/omap: keep ref to old_fbTomi Valkeinen2015-03-24
* drm/omap: only ignore DIGIT SYNC LOST for TV outputTomi Valkeinen2015-03-24
* drm/omap: fix race with error_irqTomi Valkeinen2015-03-24
* drm/omap: use DRM_ERROR_RATELIMITED() for error irqsTomi Valkeinen2015-03-24
* drm/omap: page_flip: return -EBUSY if flip pendingTomi Valkeinen2015-03-24
* drm: omapdrm: Reorder CRTC functionsLaurent Pinchart2015-03-20
* drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()Laurent Pinchart2015-03-20
* drm: omapdrm: Avoid function forward declaration in omap_crtc.cLaurent Pinchart2015-03-20
* drm: omapdrm: Remove omap_crtc->full_update fieldLaurent Pinchart2015-03-20
* drm: omapdrm: Fix race condition between GO and vblank IRQLaurent Pinchart2015-03-20
* drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()Laurent Pinchart2015-03-20
* drm: omapdrm: Switch to the universal plane APILaurent Pinchart2015-03-20
* drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart2015-03-20
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-04
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-04
* drm/omap: protect omap_crtc's event with event_lock spinlockArchit Taneja2014-04-15
* drm/omap: Use old_fb to synchronize between successive page flipsArchit Taneja2014-04-15
* drm/omap: Fix crash when using LCD3 overlay managerArchit Taneja2014-04-15
* drm/omap: remove extra plane->destroy from crtc destroyTomi Valkeinen2014-04-15
* drm/omap: fix enabling/disabling of video pipelineTomi Valkeinen2014-04-14
* drm/omap: fix missing disable for unused encoderTomi Valkeinen2014-04-14
* drm/omap: fix race issue when unloading omapdrmTomi Valkeinen2014-04-14
* drm/omap: fix output enable/disable sequenceTomi Valkeinen2014-04-14
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-01
* drm/omap: fix: Defer probe if an omapdss device requests for it at connectArchit Taneja2014-01-09