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