aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
AgeCommit message (Expand)Author
2019-07-31drm/omap: don't check dispc timings for DSISebastian Reichel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-09drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart
2018-09-03drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: Get from CRTC to display device directlyLaurent Pinchart
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart
2018-09-03drm/omap: Remove omap_crtc_output global arrayLaurent Pinchart
2018-09-03drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart
2018-09-03drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-12-19drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi
2017-08-16drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter
2017-08-08drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-02drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen
2017-04-03drm/omap: use dispc_opsTomi Valkeinen
2017-04-03drm/omap: refactor CRTC HW property setupTomi Valkeinen
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen
2016-12-19drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart
2016-12-19drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart
2016-12-19drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart
2016-12-19drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart
2016-12-19drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart
2016-12-19drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart
2016-12-19drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart
2016-12-19drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi