aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss
Commit message (Expand)AuthorAgeFilesLines
* 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-152-5/+48
* drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen2020-12-151-1/+2
* drm/omap: dsi: remove ulps supportTomi Valkeinen2020-12-152-293/+8
* drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen2020-12-152-9/+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-153-447/+460
* 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: pll: fix iteration loop checkTomi Valkeinen2020-12-151-0/+6
* drm/omap: remove dss_mgr_opsTomi Valkeinen2020-12-153-52/+24
* drm/omap: remove dispc_opsTomi Valkeinen2020-12-154-150/+98
* drm/omap: drop unused owner fieldTomi Valkeinen2020-12-157-8/+0
* drm/omap: remove unused display.cTomi Valkeinen2020-12-152-62/+0
* drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen2020-12-157-195/+6
* drm/omap: dsi: simplify pin configSebastian Reichel2020-12-152-39/+13
* drm/omap: simplify DSI manual update codeSebastian Reichel2020-12-152-11/+5
* drm/omap: drop dssdev display fieldSebastian Reichel2020-12-152-7/+1
* drm/omap: drop DSS ops_flagsSebastian Reichel2020-12-152-10/+0
* drm/omap: drop unused DSS next pointerSebastian Reichel2020-12-153-14/+2
* drm/omap: remove legacy DSS device operationsSebastian Reichel2020-12-153-108/+0
* drm/omap: dsi: Register a drm_bridgeSebastian Reichel2020-12-151-45/+89
* drm/omap: remove global dss_device variableSebastian Reichel2020-12-153-25/+7
* drm/omap: dsi: implement check timingsSebastian Reichel2020-12-151-26/+44
* drm/omap: drop omapdss-boot-initSebastian Reichel2020-12-153-234/+0
* drm/omap: dsi: convert to drm_panelSebastian Reichel2020-12-153-32/+105
* drm/omap: dsi: drop custom panel capability supportSebastian Reichel2020-12-152-7/+9
* drm/omap: dsi: move panel refresh function to hostSebastian Reichel2020-12-152-20/+84
* drm/omap: dsi: do ULPS in host driverSebastian Reichel2020-12-152-20/+53
* drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel2020-12-152-16/+42
* drm/omap: dsi: do bus locking in host driverSebastian Reichel2020-12-152-17/+27
* drm/omap: dsi: drop custom enable_te() APISebastian Reichel2020-12-152-11/+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-152-4/+7
* drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel2020-12-151-12/+19
* drm/omap: dsi: drop useless sync()Sebastian Reichel2020-12-151-1/+0