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