summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/displays
AgeCommit message (Expand)AuthorFilesLines
2019-08-16drm/omap: displays: Remove unused panel driversLaurent Pinchart8-2486/+0
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner7-28/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2-24/+2
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter2-10/+2
2019-06-10drm/omap: Use dev_get_drvdata()Kefeng Wang1-12/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-18drm/omap: panel-tpo-td028ttec1: add backlight supportAndreas Kemnade1-0/+10
2019-03-18drm/omap: Remove panel-dpi driverLaurent Pinchart3-206/+0
2019-03-18drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart4-446/+0
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart7-14/+21
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart14-3/+11
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart1-4/+4
2019-03-18drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart1-26/+29
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart8-0/+8
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart1-11/+3
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart8-32/+34
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart14-260/+48
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart13-58/+25
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart3-18/+0
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart11-158/+5
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