summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-181-1/+1
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-1/+1
* drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart2019-03-181-0/+9
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+0
* drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura2019-01-091-6/+2
* drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart2018-11-121-0/+6
* drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart2018-09-031-41/+1
* drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart2018-09-031-11/+31
* drm/omap: Get from CRTC to display device directlyLaurent Pinchart2018-09-031-21/+4
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-031-15/+0
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-031-3/+0
* drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart2018-09-031-6/+0
* drm/omap: Remove omap_crtc_output global arrayLaurent Pinchart2018-09-031-9/+3
* drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart2018-09-031-13/+9
* drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart2018-09-031-3/+4
* drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart2018-09-031-4/+1
* drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart2018-09-031-3/+3
* drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart2018-09-031-1/+1
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-12/+19
* drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-011-3/+1
* drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart2018-03-011-13/+18
* drm: omapdrm: Use kernel integer typesLaurent Pinchart2018-03-011-6/+6
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi2017-12-191-0/+37
* drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter2017-08-161-2/+4
* drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter2017-08-081-1/+0
* drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst2017-08-081-39/+85
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart2017-06-021-8/+22
* drm/omap: Major omap_modeset_init() cleanupJyri Sarha2017-04-031-3/+17
* drm/omap: fix display SYNC/DE flagsTomi Valkeinen2017-04-031-3/+37
* drm/omap: use dispc_opsTomi Valkeinen2017-04-031-13/+23
* drm/omap: refactor CRTC HW property setupTomi Valkeinen2017-04-031-8/+17
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-7/+1
|\
| * Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha2017-02-161-7/+1
* | drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen2017-02-081-0/+2
|/
* drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart2016-12-191-7/+0
* drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart2016-12-191-46/+33
* drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart2016-12-191-11/+22
* drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart2016-12-191-8/+15
* drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart2016-12-191-3/+3
* drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart2016-12-191-1/+7
* drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart2016-12-191-9/+13
* drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart2016-12-191-10/+2
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-9/+9
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-4/+7