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