aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-5/+1
2021-07-15drm/omapdrm: Remove outdated commentThomas Zimmermann1-7/+0
2021-06-29drm/omapdrm: Track IRQ state in local device stateThomas Zimmermann2-3/+5
2021-06-24drm/omap: Follow implicit fencing in prepare_fbDaniel Vetter1-0/+3
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-4/+4
2021-03-26drm/omap: Remove duplicate declarationWan Jiabing1-5/+4
2021-03-26drm/omap: dsi: Add missing IRQF_ONESHOTYang Li1-1/+2
2021-03-26drm/omap: fix misleading indentation in pixinc()Arnd Bergmann1-3/+2
2021-03-17drm/omap: dsi: fix unsigned expression compared with zeroJunlin Yang1-3/+4
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-10/+11
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-3/+3
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-10/+11
2021-02-23drm/omapdrm: Annotate dma-fence critical section in commit pathDaniel Vetter1-4/+5
2021-01-27drm/omap: dsi: fix unreachable code in dsi_vc_send_short()Menglong Dong1-3/+4
2020-12-15drm/omap: Delete useless kfree codeZheng Yongjun1-1/+0
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen2-5/+48
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen1-1/+2
2020-12-15drm/omap: dsi: remove ulps supportTomi Valkeinen2-293/+8
2020-12-15drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen2-9/+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 Valkeinen3-447/+460
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: pll: fix iteration loop checkTomi Valkeinen1-0/+6
2020-12-15drm/omap: remove dss_mgr_opsTomi Valkeinen6-87/+33
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen9-200/+144
2020-12-15drm/omap: drop unused owner fieldTomi Valkeinen7-8/+0
2020-12-15drm/omap: remove unused display.cTomi Valkeinen3-63/+1
2020-12-15drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen10-202/+155
2020-12-15drm/omap: dsi: simplify pin configSebastian Reichel2-39/+13
2020-12-15drm/omap: simplify DSI manual update codeSebastian Reichel3-23/+9
2020-12-15drm/omap: drop dssdev display fieldSebastian Reichel2-7/+1