summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/displays
AgeCommit message (Expand)AuthorFilesLines
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen1-0/+1
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart13-122/+0
2018-09-03drm/omap: panels: Don't modify fixed timingsLaurent Pinchart7-21/+0
2018-09-03drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart3-94/+0
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart13-119/+0
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart8-46/+42
2018-09-03drm/omap: Don't store video mode internally for external encodersLaurent Pinchart3-15/+0
2018-09-03drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart13-28/+0
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart13-13/+13
2018-09-03drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handlerLaurent Pinchart1-2/+0
2018-09-03drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart2-41/+0
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart3-34/+5
2018-09-03drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart2-12/+2
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart3-76/+2
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart3-24/+7
2018-09-03drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart3-40/+38
2018-09-03drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart3-5/+7
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart12-43/+50
2018-09-03drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors APILaurent Pinchart1-38/+14
2018-09-03drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h headerLaurent Pinchart1-1/+0
2018-09-03drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors APILaurent Pinchart1-35/+21
2018-09-03drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors APILaurent Pinchart1-43/+11
2018-09-03drm/omap: encoder-tfp410: Convert to the GPIO descriptors APILaurent Pinchart1-38/+13
2018-09-03drm/omap: connector-hdmi: Convert to the GPIO descriptors APILaurent Pinchart1-37/+20
2018-09-03drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart1-23/+2
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart14-338/+75
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart3-0/+27
2018-09-03drm/omap: displays: Don't cast dssdev to panel data unnecessarilyLaurent Pinchart2-6/+4
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart14-36/+36
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart14-2/+14
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart14-14/+14
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart14-28/+28
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart11-97/+31
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart11-0/+11
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart3-19/+6
2018-09-03drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart14-447/+362
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart3-31/+0
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart14-14/+14
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart13-92/+0
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart14-29/+29
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart14-192/+188
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart1-1/+0
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart14-28/+3
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart11-11/+11
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart3-29/+0
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart1-19/+0
2018-06-28drm/omap: fix email addressTomi Valkeinen2-2/+2
2018-03-02drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart1-3/+3
2018-03-01drm/omap: add HPD support to connector-dviTomi Valkeinen1-0/+118
2018-03-01drm/omap: acx565akm: use __be32 when reading statusTomi Valkeinen1-3/+3