summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-17drm/omapdrm: drop use of drmP.hSam Ravnborg1-1/+3
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+171
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-10drm/omap: add support for manually updated displaysSebastian Reichel1-5/+109
2019-06-10drm/omap: add framedone interrupt supportSebastian Reichel1-0/+48
2019-06-10drm/omap: don't check dispc timings for DSISebastian Reichel1-4/+14
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart1-1/+1
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-1/+1
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart1-0/+9
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+0
2019-01-09drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura1-6/+2
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart1-0/+6
2018-09-03drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart1-41/+1
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart1-11/+31
2018-09-03drm/omap: Get from CRTC to display device directlyLaurent Pinchart1-21/+4
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart1-15/+0
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart1-3/+0
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart1-6/+0
2018-09-03drm/omap: Remove omap_crtc_output global arrayLaurent Pinchart1-9/+3
2018-09-03drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart1-13/+9
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart1-3/+4
2018-09-03drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart1-4/+1
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-1/+1
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-12/+19
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart1-3/+1
2018-03-01drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart1-13/+18
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart1-6/+6
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-3/+1
2017-12-19drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi1-0/+37
2017-08-16drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter1-2/+4
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-1/+0
2017-08-08drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst1-39/+85
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-02drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart1-8/+22
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha1-3/+17
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen1-3/+37
2017-04-03drm/omap: use dispc_opsTomi Valkeinen1-13/+23
2017-04-03drm/omap: refactor CRTC HW property setupTomi Valkeinen1-8/+17
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-7/+1
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha1-7/+1
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen1-0/+2
2016-12-19drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart1-7/+0
2016-12-19drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart1-46/+33
2016-12-19drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart1-11/+22
2016-12-19drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart1-8/+15