aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann4-8/+8
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot7-12/+267
2021-12-08drm/omap: add plane_atomic_print_state supportBenoit Parrot1-0/+14
2021-12-08drm/omap: dynamically assign hw overlays to planesBenoit Parrot4-23/+220
2021-12-08drm/omap: Add global state as a private atomic objectBenoit Parrot2-3/+105
2021-12-08drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot1-3/+33
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot6-34/+148
2021-12-08drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot2-2/+10
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot3-0/+38
2021-12-08drm/omap: add sanity plane state checkNeil Armstrong1-0/+15
2021-12-08drm: omapdrm: Export correct scatterlist for TILER backed BOsIvaylo Dimitrov3-30/+85
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+2
2021-11-10drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen1-1/+1
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing9-34/+11
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing4-8/+4
2021-11-10drm/omapdrm: Convert to SPDX identifierCai Huoqing6-62/+6
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+2
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+2
2021-10-07drm/omap: Depend on CONFIG_OFLaurent Pinchart1-1/+1
2021-10-07drm/omap: Cast pointer to integer without generating warningLaurent Pinchart1-1/+1
2021-10-07drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart1-2/+2
2021-08-26drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAPLukas Bulwahn1-1/+0
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