aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/panel-dpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Remove panel-dpi driverLaurent Pinchart1-199/+0
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-0/+1
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart1-0/+1
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart1-4/+4
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-15/+3
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart1-4/+2
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart1-10/+0
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen1-0/+1
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart1-9/+0
2018-09-03drm/omap: panels: Don't modify fixed timingsLaurent Pinchart1-3/+0
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart1-9/+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: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-2/+2
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-23/+4
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-0/+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 panel devices listLaurent Pinchart1-6/+2
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart1-0/+1
2018-09-03drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart1-25/+19
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-6/+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-8/+8
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart1-2/+0
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: displays: Get panel source at connect timeLaurent Pinchart1-19/+15
2018-03-01drm: omapdrm: displays: Remove OF node check in panel driversLaurent Pinchart1-3/+0
2018-02-20drm/omapdrm: Use of_find_backlight helperMeghana Madhyastha1-20/+5
2018-02-20drm/omapdrm: Use backlight_enable/disable helpersMeghana Madhyastha1-9/+2
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-1/+1
2017-08-15drm: omapdrm: panel-dpi: Remove unneeded check for OF nodeLaurent Pinchart1-0/+3
2017-06-02drm/omap: remove legacy get_resolutionTomi Valkeinen1-2/+0
2017-06-02drm/omap: dpi: remove legacy data_linesTomi Valkeinen1-5/+0
2017-06-02drm/omap: panel-dpi: remove non-DT supportTomi Valkeinen1-73/+3
2017-04-03drm/omap: displays: panel-dpi: Support for handling backlight devicesPeter Ujfalusi1-2/+35
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-13/+13
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-10/+6
2016-06-07Merge omapdss header refactoringTomi Valkeinen1-1/+2
2016-06-06drm/omap: panel-dpi: implement support for a vcc regulatorUwe Kleine-König1-0/+13
2016-06-06drm/omap: panel-dpi: make (limited) use of a reset gpioUwe Kleine-König1-0/+10
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi1-1/+2
2016-05-31drm/omap: include gpio/consumer.h where neededArnd Bergmann1-1/+0
2016-05-31drm/omap: Fix missing includesTomi Valkeinen1-0/+1
2015-12-29drm/omap: move omapdss & displays under omapdrmTomi Valkeinen1-0/+328