summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart1-217/+0
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-1/+0
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-35/+0
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart1-4/+0
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart1-9/+0
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart1-9/+0
2018-09-03drm/omap: Don't store video mode internally for external encodersLaurent Pinchart1-5/+0
2018-09-03drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart1-3/+0
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart1-1/+1
2018-09-03drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart1-21/+0
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart1-13/+0
2018-09-03drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart1-6/+1
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart1-22/+1
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart1-5/+3
2018-09-03drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart1-1/+2
2018-09-03drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart1-1/+3
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-7/+7
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-22/+10
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart1-0/+9
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart1-6/+2
2018-09-03drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart1-40/+28
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart1-11/+0
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart1-24/+24
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart1-1/+0
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart1-9/+0
2018-03-01drm: omapdrm: displays: Get encoder source at connect timeLaurent Pinchart1-44/+22
2018-03-01drm: omapdrm: displays: Remove OF node check in encoder driversLaurent Pinchart1-3/+0
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-1/+1
2017-10-12omapdrm: omapdss_hdmi_ops: add lost_hotplug opHans Verkuil1-1/+5
2017-10-12omapdrm: encoder-tpd12s015: keep ls_oe_gpio highHans Verkuil1-8/+4
2017-08-15drm/omap: displays: encoder-tpd12s015: Support for hot plug detectionPeter Ujfalusi1-0/+81
2016-12-08drm/omap: tpd12s015: fix error handlingTomi Valkeinen1-4/+9
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-10/+10
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-4/+4
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi1-1/+1
2016-06-03drm/omap: displays: Do not include video/omap-panel-data.h if not neededPeter Ujfalusi1-1/+0
2016-03-03drm/omap: tpd12s015: CT_CP_HPD as optional gpioManisha Agrawal1-1/+1
2016-03-03drm/omap: tpd12s015: gpio descriptor APIManisha Agrawal1-51/+28
2016-03-03drm/omap: tpd12s015: remove platform data supportManisha Agrawal1-36/+5
2015-12-29drm/omap: move omapdss & displays under omapdrmTomi Valkeinen1-0/+379