aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_connector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/omap: remove unused omap_connectorSebastian Reichel1-128/+0
2020-12-15drm/omap: remove legacy DSS device operationsSebastian Reichel1-29/+0
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-24drm/omap: Use {} to zero initialize the modeVille Syrjälä1-1/+1
2020-02-26drm/omap: Hardcode omap_connector type to DSILaurent Pinchart1-29/+2
2020-02-26drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart1-171/+19
2020-02-26drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart1-9/+3
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart1-1/+1
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart1-10/+0
2020-02-26drm/omap: Factor out display type to connector type conversionLaurent Pinchart1-18/+1
2020-02-26drm/omap: Simplify HDMI mode and infoframe configurationLaurent Pinchart1-11/+0
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart1-0/+9
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart1-5/+11
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart1-5/+2
2019-03-18drm/omap: Factor out common mode validation codeLaurent Pinchart1-24/+30
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart1-6/+0
2019-03-18drm/omap: Notify all devices in the pipeline of output disconnectionLaurent Pinchart1-12/+16
2019-03-18drm/omap: Don't store display pointer in omap_connector structureLaurent Pinchart1-18/+13
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart1-4/+4
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart1-13/+2
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart1-23/+10
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-09drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura1-7/+2
2018-10-02drm/omap: fix use of freed memoryTomi Valkeinen1-1/+2
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart1-0/+6
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart1-9/+25
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart1-13/+19
2018-09-03drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart1-24/+1
2018-09-03drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart1-3/+26
2018-09-03drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart1-13/+17
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart1-43/+58
2018-09-03drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart1-6/+27
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart1-7/+27
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart1-13/+4
2018-09-03drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart1-29/+50
2018-09-03drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart1-13/+23
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-20/+17
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart1-3/+3
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-05-07drm/omap: handle alloc failures in omap_connectorTomi Valkeinen1-0/+10
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-3/+1
2017-12-19drm/omap: add support for physical size hints from display driversSebastian Reichel1-0/+6
2017-08-15drm/omap: Support for HDMI hot plug detectionPeter Ujfalusi1-1/+36
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen1-2/+6
2017-04-03drm/omap: poll only connectors where the connect/disconnect can be checkedPeter Ujfalusi1-6/+4
2016-12-19drm: omapdrm: Perform initialization/cleanup at probe/remove timeLaurent Pinchart1-2/+0