summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-0/+1
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-21/+0Star
* drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart2019-03-181-4/+2Star
* drm/omap: Move common display enable/disable code to encoderLaurent Pinchart2019-03-181-22/+1Star
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-031-10/+0Star
* drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart2018-09-031-30/+0Star
* drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart2018-09-031-9/+0Star
* drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart2018-09-031-2/+0Star
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-031-1/+1
* drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart2018-09-031-20/+0Star
* drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2018-09-031-11/+0Star
* drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart2018-09-031-6/+1Star
* drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart2018-09-031-28/+1Star
* drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart2018-09-031-11/+3Star
* drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart2018-09-031-37/+30Star
* drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart2018-09-031-4/+2Star
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-14/+17
* drm/omap: connector-hdmi: Convert to the GPIO descriptors APILaurent Pinchart2018-09-031-37/+20Star
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-23/+4Star
* drm/omap: displays: Don't cast dssdev to panel data unnecessarilyLaurent Pinchart2018-09-031-3/+2Star
* drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart2018-09-031-3/+3
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-031-0/+1
* drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Remove panel devices listLaurent Pinchart2018-09-031-6/+2Star
* drm/omap: dss: Split omapdss_register_display()Laurent Pinchart2018-09-031-0/+1
* drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart2018-09-031-48/+40Star
* drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart2018-09-031-10/+0Star
* drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Move common device operations to common structureLaurent Pinchart2018-09-031-21/+21
* drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart2018-09-031-2/+0Star
* drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart2018-09-031-1/+1
* drm: omapdrm: displays: Get connector source at connect timeLaurent Pinchart2018-03-011-20/+17Star
* drm: omapdrm: displays: Remove OF node check in connector driversLaurent Pinchart2018-03-011-3/+0Star
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-1/+1
* omapdrm: omapdss_hdmi_ops: add lost_hotplug opHans Verkuil2017-10-121-2/+6
* drm/omap: displays: connector-hdmi: Support for hot plug detectionPeter Ujfalusi2017-08-151-0/+104
* drm/omap: remove legacy get_resolutionTomi Valkeinen2017-06-021-2/+0Star
* drm/omap: connector-dvi/hdmi: remove extra includeTomi Valkeinen2017-06-021-1/+0Star
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-13/+13
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-5/+5
* drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi2016-11-021-2/+1Star
* drm/omap: omap_display_timings: Use display_flags for interlace modePeter Ujfalusi2016-11-021-2/+0Star
* drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: rename hbp to hback_porchPeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: rename hfp to hfront_porchPeter Ujfalusi2016-11-021-1/+1