aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann1-2/+2
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing1-5/+2
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing1-2/+1
2021-10-07drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart1-2/+2
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-4/+4
2021-03-26drm/omap: dsi: Add missing IRQF_ONESHOTYang Li1-1/+2
2021-03-17drm/omap: dsi: fix unsigned expression compared with zeroJunlin Yang1-3/+4
2021-01-27drm/omap: dsi: fix unreachable code in dsi_vc_send_short()Menglong Dong1-3/+4
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen1-5/+45
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen1-1/+2
2020-12-15drm/omap: dsi: remove ulps supportTomi Valkeinen1-289/+8
2020-12-15drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen1-7/+5
2020-12-15drm/omap: dsi: split video mode enable/disable into separate funcTomi Valkeinen1-44/+57
2020-12-15drm/omap: dsi: cleanup initial vc setupTomi Valkeinen1-54/+31
2020-12-15drm/omap: dsi: rename dsi_display_* functionsTomi Valkeinen1-18/+18
2020-12-15drm/omap: dsi: display_disable cleanupTomi Valkeinen1-16/+3
2020-12-15drm/omap: dsi: display_enable cleanupTomi Valkeinen1-13/+3
2020-12-15drm/omap: dsi: move enable/disable to bridge enable/disableTomi Valkeinen1-33/+22
2020-12-15drm/omap: dsi: move structs & defines to dsi.hTomi Valkeinen1-383/+1
2020-12-15drm/omap: dsi: use separate VCs for cmd and videoTomi Valkeinen1-5/+7
2020-12-15drm/omap: dsi: enable HS before sending the frameTomi Valkeinen1-0/+2
2020-12-15drm/omap: dsi: skip dsi_vc_enable_hs when already in correct modeTomi Valkeinen1-6/+4
2020-12-15drm/omap: dsi: untangle vc & channelTomi Valkeinen1-23/+22
2020-12-15drm/omap: dsi: pass vc and channel to various functionsTomi Valkeinen1-26/+28
2020-12-15drm/omap: dsi: rename 'channel' to 'vc'Tomi Valkeinen1-110/+110
2020-12-15drm/omap: dsi: cleanup dispc channel usageTomi Valkeinen1-8/+8
2020-12-15drm/omap: dsi: drop useless channel checksTomi Valkeinen1-11/+0
2020-12-15drm/omap: dsi: simplify VC handlingTomi Valkeinen1-36/+13
2020-12-15drm/omap: dsi: send nop instead of page & columnTomi Valkeinen1-29/+17
2020-12-15drm/omap: dsi: set trans_mode according to client mode_flagsTomi Valkeinen1-0/+7
2020-12-15drm/omap: drop unused owner fieldTomi Valkeinen1-1/+0
2020-12-15drm/omap: dsi: simplify pin configSebastian Reichel1-24/+13
2020-12-15drm/omap: simplify DSI manual update codeSebastian Reichel1-6/+4
2020-12-15drm/omap: dsi: Register a drm_bridgeSebastian Reichel1-45/+89
2020-12-15drm/omap: dsi: implement check timingsSebastian Reichel1-26/+44
2020-12-15drm/omap: dsi: convert to drm_panelSebastian Reichel1-23/+105
2020-12-15drm/omap: dsi: drop custom panel capability supportSebastian Reichel1-0/+8
2020-12-15drm/omap: dsi: move panel refresh function to hostSebastian Reichel1-10/+81
2020-12-15drm/omap: dsi: do ULPS in host driverSebastian Reichel1-18/+53
2020-12-15drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel1-13/+40
2020-12-15drm/omap: dsi: do bus locking in host driverSebastian Reichel1-14/+27
2020-12-15drm/omap: dsi: drop custom enable_te() APISebastian Reichel1-9/+25
2020-12-15drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel1-12/+133
2020-12-15drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel1-2/+7
2020-12-15drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel1-12/+19
2020-12-15drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel1-35/+26
2020-12-15drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel1-11/+42
2020-12-15drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msgSebastian Reichel1-49/+39
2020-12-15drm/omap: dsi: simplify read functionsSebastian Reichel1-76/+34
2020-12-15drm/omap: dsi: simplify write functionSebastian Reichel1-113/+33