summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)Author
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-07drm/omap: Depend on CONFIG_OFLaurent Pinchart
2021-10-07drm/omap: Cast pointer to integer without generating warningLaurent Pinchart
2021-10-07drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart
2021-08-26drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAPLukas Bulwahn
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2021-07-15drm/omapdrm: Remove outdated commentThomas Zimmermann
2021-06-29drm/omapdrm: Track IRQ state in local device stateThomas Zimmermann
2021-06-24drm/omap: Follow implicit fencing in prepare_fbDaniel Vetter
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter
2021-03-26drm/omap: Remove duplicate declarationWan Jiabing
2021-03-26drm/omap: dsi: Add missing IRQF_ONESHOTYang Li
2021-03-26drm/omap: fix misleading indentation in pixinc()Arnd Bergmann
2021-03-17drm/omap: dsi: fix unsigned expression compared with zeroJunlin Yang
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-23drm/omapdrm: Annotate dma-fence critical section in commit pathDaniel Vetter
2021-01-27drm/omap: dsi: fix unreachable code in dsi_vc_send_short()Menglong Dong
2020-12-15drm/omap: Delete useless kfree codeZheng Yongjun
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen
2020-12-15drm/omap: dsi: remove ulps supportTomi Valkeinen
2020-12-15drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen
2020-12-15drm/omap: dsi: split video mode enable/disable into separate funcTomi Valkeinen
2020-12-15drm/omap: dsi: cleanup initial vc setupTomi Valkeinen
2020-12-15drm/omap: dsi: rename dsi_display_* functionsTomi Valkeinen
2020-12-15drm/omap: dsi: display_disable cleanupTomi Valkeinen
2020-12-15drm/omap: dsi: display_enable cleanupTomi Valkeinen
2020-12-15drm/omap: dsi: move enable/disable to bridge enable/disableTomi Valkeinen
2020-12-15drm/omap: dsi: move structs & defines to dsi.hTomi Valkeinen
2020-12-15drm/omap: dsi: use separate VCs for cmd and videoTomi Valkeinen
2020-12-15drm/omap: dsi: enable HS before sending the frameTomi Valkeinen
2020-12-15drm/omap: dsi: skip dsi_vc_enable_hs when already in correct modeTomi Valkeinen
2020-12-15drm/omap: dsi: untangle vc & channelTomi Valkeinen
2020-12-15drm/omap: dsi: pass vc and channel to various functionsTomi Valkeinen
2020-12-15drm/omap: dsi: rename 'channel' to 'vc'Tomi Valkeinen
2020-12-15drm/omap: dsi: cleanup dispc channel usageTomi Valkeinen
2020-12-15drm/omap: dsi: drop useless channel checksTomi Valkeinen
2020-12-15drm/omap: dsi: simplify VC handlingTomi Valkeinen
2020-12-15drm/omap: dsi: send nop instead of page & columnTomi Valkeinen
2020-12-15drm/omap: dsi: set trans_mode according to client mode_flagsTomi Valkeinen
2020-12-15drm/omap: pll: fix iteration loop checkTomi Valkeinen
2020-12-15drm/omap: remove dss_mgr_opsTomi Valkeinen
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen