aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/panel: Move OMAP's DSI command mode panel driverSebastian Reichel3-649/+0
2020-12-15drm/omap: panel-dsi-cm: fix remove()Sebastian Reichel1-3/+0
2020-12-15drm/omap: panel-dsi-cm: support unbindingSebastian Reichel1-3/+2
2020-12-15drm/omap: panel-dsi-cm: use DEVICE_ATTR_ROSebastian Reichel1-4/+4
2020-12-15drm/omap: dsi: convert to drm_panelSebastian Reichel1-126/+77
2020-12-15drm/omap: dsi: drop custom panel capability supportSebastian Reichel1-3/+0
2020-12-15drm/omap: dsi: Reverse direction of the DSS device enable/disable operationsSebastian Reichel1-37/+37
2020-12-15drm/omap: dsi: move panel refresh function to hostSebastian Reichel1-68/+0
2020-12-15drm/omap: dsi: do ULPS in host driverSebastian Reichel1-259/+7
2020-12-15drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel1-4/+4
2020-12-15drm/omap: dsi: do bus locking in host driverSebastian Reichel1-43/+1
2020-12-15drm/omap: dsi: drop custom enable_te() APISebastian Reichel1-3/+0
2020-12-15drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel1-97/+7
2020-12-15drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel1-3/+3
2020-12-15drm/omap: panel-dsi-cm: use bulk regulator APISebastian Reichel1-44/+21
2020-12-15drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel1-2/+0
2020-12-15drm/omap: dsi: drop useless sync()Sebastian Reichel1-18/+0
2020-12-15drm/omap: dsi: drop unused enable_te()Sebastian Reichel1-39/+0
2020-12-15drm/omap: dsi: drop unused get_te()Sebastian Reichel1-13/+0
2020-12-15drm/omap: dsi: drop unused memory_read()Sebastian Reichel1-93/+0
2020-12-15drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 definesSebastian Reichel1-5/+4
2020-12-15drm/omap: panel-dsi-cm: drop hardcoded VCSebastian Reichel1-13/+7
2020-12-15drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel1-9/+15
2020-12-15drm/omap: panel-dsi-cm: use DSI helpersSebastian Reichel1-107/+18
2020-12-15drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel1-61/+60
2020-12-15drm/omap: dsi: drop virtual channel logicSebastian Reichel1-8/+3
2020-12-15drm/omap: panel-dsi-cm: convert to transfer APISebastian Reichel1-37/+95
2020-12-15drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*Sebastian Reichel1-1/+1
2020-12-15drm/omap: drop unused dsi.configure_pinsSebastian Reichel1-11/+0
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-17drm/omap: display: use devm_of_find_backlightSam Ravnborg1-10/+8
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart6-660/+0
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart5-5/+5
2020-02-11drm/omap: use true,false for bool variableZheng Bin1-2/+2
2019-11-20drm/omap: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
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