summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/panel: Move OMAP's DSI command mode panel driverSebastian Reichel2020-12-151-637/+0
* drm/omap: panel-dsi-cm: fix remove()Sebastian Reichel2020-12-151-3/+0
* drm/omap: panel-dsi-cm: support unbindingSebastian Reichel2020-12-151-3/+2
* drm/omap: panel-dsi-cm: use DEVICE_ATTR_ROSebastian Reichel2020-12-151-4/+4
* drm/omap: dsi: convert to drm_panelSebastian Reichel2020-12-151-126/+77
* drm/omap: dsi: drop custom panel capability supportSebastian Reichel2020-12-151-3/+0
* drm/omap: dsi: Reverse direction of the DSS device enable/disable operationsSebastian Reichel2020-12-151-37/+37
* drm/omap: dsi: move panel refresh function to hostSebastian Reichel2020-12-151-68/+0
* drm/omap: dsi: do ULPS in host driverSebastian Reichel2020-12-151-259/+7
* drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel2020-12-151-4/+4
* drm/omap: dsi: do bus locking in host driverSebastian Reichel2020-12-151-43/+1
* drm/omap: dsi: drop custom enable_te() APISebastian Reichel2020-12-151-3/+0
* drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel2020-12-151-97/+7
* drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel2020-12-151-3/+3
* drm/omap: panel-dsi-cm: use bulk regulator APISebastian Reichel2020-12-151-44/+21
* drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel2020-12-151-2/+0
* drm/omap: dsi: drop useless sync()Sebastian Reichel2020-12-151-18/+0
* drm/omap: dsi: drop unused enable_te()Sebastian Reichel2020-12-151-39/+0
* drm/omap: dsi: drop unused get_te()Sebastian Reichel2020-12-151-13/+0
* drm/omap: dsi: drop unused memory_read()Sebastian Reichel2020-12-151-93/+0
* drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 definesSebastian Reichel2020-12-151-5/+4
* drm/omap: panel-dsi-cm: drop hardcoded VCSebastian Reichel2020-12-151-13/+7
* drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel2020-12-151-9/+15
* drm/omap: panel-dsi-cm: use DSI helpersSebastian Reichel2020-12-151-107/+18
* drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel2020-12-151-61/+60
* drm/omap: dsi: drop virtual channel logicSebastian Reichel2020-12-151-8/+3
* drm/omap: panel-dsi-cm: convert to transfer APISebastian Reichel2020-12-151-37/+95
* drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*Sebastian Reichel2020-12-151-1/+1
* drm/omap: drop unused dsi.configure_pinsSebastian Reichel2020-12-151-11/+0
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm/omap: display: use devm_of_find_backlightSam Ravnborg2020-05-171-10/+8
* drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart2020-02-261-1/+1
* drm/omap: use true,false for bool variableZheng Bin2020-02-111-2/+2
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-161-12/+6
|\
| * drm/omap: Use dev_get_drvdata()Kefeng Wang2019-06-101-12/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-0/+1
* 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-181-0/+1
* 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-181-4/+6
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-16/+6
* drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart2019-03-181-6/+5
* drm/omap: Move common display enable/disable code to encoderLaurent Pinchart2019-03-181-18/+0
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-4/+8
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-32/+10
* drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart2018-09-031-3/+3
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-031-0/+1
* drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart2018-09-031-1/+1