summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays
AgeCommit message (Expand)AuthorLines
2020-12-15drm/panel: Move OMAP's DSI command mode panel driverSebastian Reichel-649/+0
2020-12-15drm/omap: panel-dsi-cm: fix remove()Sebastian Reichel-3/+0
2020-12-15drm/omap: panel-dsi-cm: support unbindingSebastian Reichel-3/+2
2020-12-15drm/omap: panel-dsi-cm: use DEVICE_ATTR_ROSebastian Reichel-4/+4
2020-12-15drm/omap: dsi: convert to drm_panelSebastian Reichel-126/+77
2020-12-15drm/omap: dsi: drop custom panel capability supportSebastian Reichel-3/+0
2020-12-15drm/omap: dsi: Reverse direction of the DSS device enable/disable operationsSebastian Reichel-37/+37
2020-12-15drm/omap: dsi: move panel refresh function to hostSebastian Reichel-68/+0
2020-12-15drm/omap: dsi: do ULPS in host driverSebastian Reichel-259/+7
2020-12-15drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel-4/+4
2020-12-15drm/omap: dsi: do bus locking in host driverSebastian Reichel-43/+1
2020-12-15drm/omap: dsi: drop custom enable_te() APISebastian Reichel-3/+0
2020-12-15drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel-97/+7
2020-12-15drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel-3/+3
2020-12-15drm/omap: panel-dsi-cm: use bulk regulator APISebastian Reichel-44/+21
2020-12-15drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel-2/+0
2020-12-15drm/omap: dsi: drop useless sync()Sebastian Reichel-18/+0
2020-12-15drm/omap: dsi: drop unused enable_te()Sebastian Reichel-39/+0
2020-12-15drm/omap: dsi: drop unused get_te()Sebastian Reichel-13/+0
2020-12-15drm/omap: dsi: drop unused memory_read()Sebastian Reichel-93/+0
2020-12-15drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 definesSebastian Reichel-5/+4
2020-12-15drm/omap: panel-dsi-cm: drop hardcoded VCSebastian Reichel-13/+7
2020-12-15drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel-9/+15
2020-12-15drm/omap: panel-dsi-cm: use DSI helpersSebastian Reichel-107/+18
2020-12-15drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel-61/+60
2020-12-15drm/omap: dsi: drop virtual channel logicSebastian Reichel-8/+3
2020-12-15drm/omap: panel-dsi-cm: convert to transfer APISebastian Reichel-37/+95
2020-12-15drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*Sebastian Reichel-1/+1
2020-12-15drm/omap: drop unused dsi.configure_pinsSebastian Reichel-11/+0
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-05-17drm/omap: display: use devm_of_find_backlightSam Ravnborg-10/+8
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart-660/+0
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart-5/+5
2020-02-11drm/omap: use true,false for bool variableZheng Bin-2/+2
2019-11-20drm/omap: Fix Kconfig indentationKrzysztof Kozlowski-3/+3
2019-08-16drm/omap: displays: Remove unused panel driversLaurent Pinchart-2486/+0
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-12/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-28/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-24/+2
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter-10/+2
2019-06-10drm/omap: Use dev_get_drvdata()Kefeng Wang-12/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-18drm/omap: panel-tpo-td028ttec1: add backlight supportAndreas Kemnade-0/+10
2019-03-18drm/omap: Remove panel-dpi driverLaurent Pinchart-206/+0
2019-03-18drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart-446/+0
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart-14/+21
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart-3/+11
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart-4/+4
2019-03-18drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart-26/+29