aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c
AgeCommit message (Expand)Author
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart
2018-09-03drm/omap: displays: Don't cast dssdev to panel data unnecessarilyLaurent Pinchart
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart
2018-09-03drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart
2018-03-01drm: omapdrm: displays: Get connector source at connect timeLaurent Pinchart
2018-03-01drm: omapdrm: displays: Remove OF node check in connector driversLaurent Pinchart
2018-03-01drm: omapdrm: connector-analog-tv: Remove tvc_of_match forward declarationLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-08-15drm: omapdrm: connector-analog-tv: Remove unneeded check for OF nodeLaurent Pinchart
2017-06-02drm/omap: remove legacy get_resolutionTomi Valkeinen
2017-06-02drm/omap: connector-analog-tv: remove non-DT supportTomi Valkeinen
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: Use display_flags for interlace modePeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename hbp to hback_porchPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename hfp to hfront_porchPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename hsw to hsync_lenPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename y_res to vactivePeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: rename x_res to hactivePeter Ujfalusi
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi
2016-06-03drm/omap: connector-analog-tv: Support only Composite type in legacy bootPeter Ujfalusi