summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart1-140/+0
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart1-2/+3
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-19/+2
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart1-6/+0
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart1-7/+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: Store bus flags in the omap_dss_device structureLaurent Pinchart1-8/+2
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-2/+0
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart1-1/+1
2018-09-03drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handlerLaurent Pinchart1-2/+0
2018-09-03drm/omap: encoder-tfp410: Convert to the GPIO descriptors APILaurent Pinchart1-38/+13
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-27/+7
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-23/+18
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart1-10/+0
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart1-7/+0
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-11/+9
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-20/+16
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-12-19drm: omapdrm: dpi: Don't treat GPIO probe deferral as an errorLaurent Pinchart1-1/+2
2017-06-02drm/omap: dpi: remove legacy data_linesTomi Valkeinen1-4/+0
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-16/+15
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-5/+5
2016-11-02drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi1-2/+3
2016-11-02drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi1-2/+1
2016-11-02drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi1-1/+1
2016-06-07Merge omapdss header refactoringTomi Valkeinen1-2/+1
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-05-31drm/omap: include gpio/consumer.h where neededArnd Bergmann1-1/+1
2016-03-03drm/omap: encoder-tfp410: remove pdata supportTomi Valkeinen1-36/+5
2015-12-29drm/omap: move omapdss & displays under omapdrmTomi Valkeinen1-0/+320