summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-12/+6
|\
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-192-10/+2
| |\
| * | drm/omap: Use dev_get_drvdata()Kefeng Wang2019-06-101-12/+6
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-197-28/+7
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-192-24/+2
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* drm/omap: panel-tpo-td028ttec1: add backlight supportAndreas Kemnade2019-03-181-0/+10
* drm/omap: Remove panel-dpi driverLaurent Pinchart2019-03-183-206/+0
* drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart2019-03-184-446/+0
* drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-187-14/+21
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-1814-3/+11
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-4/+4
* drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart2019-03-181-26/+29
* drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart2019-03-188-0/+8
* drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart2019-03-181-11/+3
* drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart2019-03-188-32/+34
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-1814-260/+48
* drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart2019-03-1813-58/+25
* drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart2019-03-183-18/+0
* drm/omap: Move common display enable/disable code to encoderLaurent Pinchart2019-03-1811-158/+5
* 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