aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek/mtk_dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-3/+3
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard1-1/+2
2025-03-14Merge tag 'mediatek-drm-next-6.15-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-nextDave Airlie1-3/+3
2025-03-12drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()Dan Carpenter1-3/+3
2025-03-02drm/mediatek: Move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-3/+1
2025-02-26drm/mediatek: move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-3/+1
2025-02-19drm/bridge: Pass full state to atomic_post_disableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_pre_enableMaxime Ripard1-1/+1
2025-01-10Merge tag 'mediatek-drm-fixes-20250104' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixesDave Airlie1-19/+30
2024-12-30drm/mediatek: mtk_dsi: Add registers to pdata to fix MT8186/MT8188AngeloGioacchino Del Regno1-5/+17
2024-12-23Revert "drm/mediatek: dsi: Correct calculation formula of PHY Timing"Chun-Kuang Hu1-16/+15
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-10-21drm/mediatek: Implement OF graphs support for display pathsAngeloGioacchino Del Regno1-3/+11
2024-08-29drm/mediatek: dsi: Add dsi per-frame lp code for mt8188Shuijing Li1-12/+94
2024-06-28drm/mediatek: dpi/dsi: Fix possible_crtcs calculationMichael Walle1-1/+4
2024-04-22drm/mediatek: dsi: Correct calculation formula of PHY TimingShuijing Li1-15/+16
2024-04-01drm/mediatek: Rename mtk_ddp_comp functionsHsiao Chien Sung1-1/+1
2024-04-01drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"Hsiao Chien Sung1-1/+1
2024-04-01drm/mediatek: Rename "mtk_drm_crtc" to "mtk_crtc"Hsiao Chien Sung1-1/+1
2024-02-19drm/mediatek: dsi: Use mipi_dsi_pixel_format_to_bpp() helper functionAngeloGioacchino Del Regno1-17/+9
2024-02-19drm/mediatek: dsi: Compress of_device_id entries and add sentinelAngeloGioacchino Del Regno1-11/+6
2024-02-19drm/mediatek: dsi: Simplify with dev_err_probe and remove gotosAngeloGioacchino Del Regno1-42/+18
2024-02-19drm/mediatek: dsi: Register DSI host after acquiring clocks and PHYAngeloGioacchino Del Regno1-14/+14
2024-02-19drm/mediatek: dsi: Replace open-coded instance of HZ_PER_MHZAngeloGioacchino Del Regno1-1/+2
2024-02-19drm/mediatek: dsi: Use bitfield macros where usefulAngeloGioacchino Del Regno1-45/+50
2024-02-19drm/mediatek: dsi: Cleanup functions mtk_dsi_ps_control{_vact}()AngeloGioacchino Del Regno1-53/+25
2024-02-19drm/mediatek: dsi: Fix DSI RGB666 formats and definitionsAngeloGioacchino Del Regno1-5/+5
2024-02-19drm/mediatek: dsi: Use GENMASK() for register mask definitionsAngeloGioacchino Del Regno1-22/+23
2023-10-18drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handlingAngeloGioacchino Del Regno1-2/+2
2023-10-08drm/mediatek: dsi: Support dynamic connector selectionJason-JH.Lin1-0/+9
2023-09-27drm/mediatek: dsi: Add mode_valid callback to DSI bridgeShuijing Li1-0/+20
2023-09-11drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.cShuijing Li1-0/+9
2023-09-11drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial codeShuijing Li1-0/+6
2023-08-10drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-27drm/mediatek: Include missing headersMiles Chen1-0/+1
2023-01-27drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmdXinlei Lee1-1/+1
2022-09-22drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()Nícolas F. R. A. Prado1-11/+10
2022-08-25drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacksAngeloGioacchino Del Regno1-0/+3
2022-06-09drm/mediatek: Add mt8186 dsi compatible to mtk_dsi.cXinlei Lee1-0/+8
2022-06-07drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff functionXinlei Lee1-0/+2
2022-06-07drm/mediatek: Keep dsi as LP00 before dcs cmds transferJitao Shi1-7/+21
2022-06-07drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcsJitao Shi1-19/+34
2022-06-07drm/mediatek: Modify dsi funcs to atomic operationsXinlei Lee1-4/+6
2022-05-06Merge tag 'mediatek-drm-next-5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-nextDave Airlie1-1/+0
2022-05-05drm/mediatek: mtk_dsi: Remove unnecessary print function dev_err()Yang Li1-1/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-84/+108
2022-03-31drm: bridge: mtk_dsi: Switch to devm_drm_of_get_bridgeJagan Teki1-11/+3
2022-03-09drm/mediatek: implement the DSI HS packets alignedRex-BC Chen1-0/+12