summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/omap: dsi: Fix excessive stack usageTomi Valkeinen2022-12-161-10/+16
* omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann2021-12-081-2/+2
* drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing2021-11-101-5/+2
* drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-11-101-2/+1
* drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart2021-10-071-2/+2
* Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-4/+4
|\
| * drm/omap: dsi: fix unsigned expression compared with zeroJunlin Yang2021-03-171-3/+4
* | drm/omap: dsi: Add missing IRQF_ONESHOTYang Li2021-03-261-1/+2
* | drm/omap: dsi: fix unreachable code in dsi_vc_send_short()Menglong Dong2021-01-271-3/+4
|/
* drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen2020-12-151-5/+45
* drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen2020-12-151-1/+2
* drm/omap: dsi: remove ulps supportTomi Valkeinen2020-12-151-289/+8
* drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen2020-12-151-7/+5
* drm/omap: dsi: split video mode enable/disable into separate funcTomi Valkeinen2020-12-151-44/+57
* drm/omap: dsi: cleanup initial vc setupTomi Valkeinen2020-12-151-54/+31
* drm/omap: dsi: rename dsi_display_* functionsTomi Valkeinen2020-12-151-18/+18
* drm/omap: dsi: display_disable cleanupTomi Valkeinen2020-12-151-16/+3
* drm/omap: dsi: display_enable cleanupTomi Valkeinen2020-12-151-13/+3
* drm/omap: dsi: move enable/disable to bridge enable/disableTomi Valkeinen2020-12-151-33/+22
* drm/omap: dsi: move structs & defines to dsi.hTomi Valkeinen2020-12-151-383/+1
* drm/omap: dsi: use separate VCs for cmd and videoTomi Valkeinen2020-12-151-5/+7
* drm/omap: dsi: enable HS before sending the frameTomi Valkeinen2020-12-151-0/+2
* drm/omap: dsi: skip dsi_vc_enable_hs when already in correct modeTomi Valkeinen2020-12-151-6/+4
* drm/omap: dsi: untangle vc & channelTomi Valkeinen2020-12-151-23/+22
* drm/omap: dsi: pass vc and channel to various functionsTomi Valkeinen2020-12-151-26/+28
* drm/omap: dsi: rename 'channel' to 'vc'Tomi Valkeinen2020-12-151-110/+110
* drm/omap: dsi: cleanup dispc channel usageTomi Valkeinen2020-12-151-8/+8
* drm/omap: dsi: drop useless channel checksTomi Valkeinen2020-12-151-11/+0
* drm/omap: dsi: simplify VC handlingTomi Valkeinen2020-12-151-36/+13
* drm/omap: dsi: send nop instead of page & columnTomi Valkeinen2020-12-151-29/+17
* drm/omap: dsi: set trans_mode according to client mode_flagsTomi Valkeinen2020-12-151-0/+7
* drm/omap: drop unused owner fieldTomi Valkeinen2020-12-151-1/+0
* drm/omap: dsi: simplify pin configSebastian Reichel2020-12-151-24/+13
* drm/omap: simplify DSI manual update codeSebastian Reichel2020-12-151-6/+4
* drm/omap: dsi: Register a drm_bridgeSebastian Reichel2020-12-151-45/+89
* drm/omap: dsi: implement check timingsSebastian Reichel2020-12-151-26/+44
* drm/omap: dsi: convert to drm_panelSebastian Reichel2020-12-151-23/+105
* drm/omap: dsi: drop custom panel capability supportSebastian Reichel2020-12-151-0/+8
* drm/omap: dsi: move panel refresh function to hostSebastian Reichel2020-12-151-10/+81
* drm/omap: dsi: do ULPS in host driverSebastian Reichel2020-12-151-18/+53
* drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel2020-12-151-13/+40
* drm/omap: dsi: do bus locking in host driverSebastian Reichel2020-12-151-14/+27
* drm/omap: dsi: drop custom enable_te() APISebastian Reichel2020-12-151-9/+25
* drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel2020-12-151-12/+133
* drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel2020-12-151-2/+7
* drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel2020-12-151-12/+19
* drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel2020-12-151-35/+26
* drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel2020-12-151-11/+42
* drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msgSebastian Reichel2020-12-151-49/+39