summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/panel: Move OMAP's DSI command mode panel driverSebastian Reichel1-637/+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: dss: Fix output next device lookup in DTLaurent Pinchart1-1/+1
2020-02-11drm/omap: use true,false for bool variableZheng Bin1-2/+2
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 Gleixner1-4/+1
2019-06-10drm/omap: Use dev_get_drvdata()Kefeng Wang1-12/+6
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-0/+1
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 Pinchart1-0/+1
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 Pinchart1-4/+6
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-16/+6
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart1-6/+5
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart1-18/+0
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-4/+8
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-32/+10
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart1-1/+1