summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/sdi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-2/+2
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-1/+1
* drm/omap: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart2019-03-181-3/+3
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-8/+9
* drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart2019-03-181-14/+3Star
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-5/+3Star
* drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart2019-03-181-15/+1Star
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-031-2/+0Star
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-031-2/+2
* drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+22
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-031-6/+0Star
* drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart2018-09-031-3/+2Star
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-031-9/+1Star
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-031-0/+3
* drm/omap: dss: Merge two disconnection helpersLaurent Pinchart2018-09-031-1/+0Star
* drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart2018-09-031-14/+11Star
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-10/+20
* drm/omap: dss: Get regulators at probe timeLaurent Pinchart2018-09-031-24/+8Star
* drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart2018-09-031-5/+3Star
* drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart2018-09-031-2/+15
* drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart2018-09-031-5/+2Star
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Remove output devices listLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart2018-09-031-5/+0Star
* drm/omap: dss: Move common device operations to common structureLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart2018-09-031-9/+0Star
* drm/omap: fix email addressTomi Valkeinen2018-06-281-1/+1
* drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen2018-05-241-1/+4
* drm: omapdrm: sdi: Allocate the sdi private data structure dynamicallyLaurent Pinchart2018-03-011-65/+86
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-4/+5
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-3/+3
* drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-011-18/+10Star
* drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart2018-03-011-2/+3
* drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart2018-03-011-5/+8
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0Star
* drm/omap: sdi: remove legacy set_datapairsTomi Valkeinen2017-06-021-7/+0Star
* drm: omapdrm: sdi: Remove platform driverLaurent Pinchart2017-06-021-54/+0Star
* drm: omap: use common OF graph helpersRob Herring2017-04-061-1/+1
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-15/+15
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-5/+5
* drm/omap: Change the types of struct omap_video_timings membersPeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi2016-11-021-2/+1Star
* drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi2016-11-021-1/+1
* drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi2016-06-031-1/+1
* drm/omap: SDI: remove uses of omap_overlay_managerTomi Valkeinen2016-03-031-17/+16Star
* drm/omap: remove extra manager checks on disconnectTomi Valkeinen2016-03-031-2/+1Star
* drm/omap: remove extra check in dpi and sdiTomi Valkeinen2016-03-031-1/+1
* drm/omap: convert dss_mgr_disable to accept omap_channelTomi Valkeinen2016-03-031-1/+1