index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mediatek
/
mtk_dsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
NĂcolas F. R. A. Prado
1
-11
/
+10
2022-08-25
drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacks
AngeloGioacchino Del Regno
1
-0
/
+3
2022-06-09
drm/mediatek: Add mt8186 dsi compatible to mtk_dsi.c
Xinlei Lee
1
-0
/
+8
2022-06-07
drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function
Xinlei Lee
1
-0
/
+2
2022-06-07
drm/mediatek: Keep dsi as LP00 before dcs cmds transfer
Jitao Shi
1
-7
/
+21
2022-06-07
drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs
Jitao Shi
1
-19
/
+34
2022-06-07
drm/mediatek: Modify dsi funcs to atomic operations
Xinlei Lee
1
-4
/
+6
2022-05-06
Merge tag 'mediatek-drm-next-5.19' of https://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
1
-1
/
+0
2022-05-05
drm/mediatek: mtk_dsi: Remove unnecessary print function dev_err()
Yang Li
1
-1
/
+0
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-84
/
+108
2022-03-31
drm: bridge: mtk_dsi: Switch to devm_drm_of_get_bridge
Jagan Teki
1
-11
/
+3
2022-03-09
drm/mediatek: implement the DSI HS packets aligned
Rex-BC Chen
1
-0
/
+12
2022-02-28
Backmerge tag 'v5.17-rc6' into drm-next
Dave Airlie
1
-83
/
+84
2022-02-16
drm/mediatek: Allow commands to be sent during video mode
Julien STEPHAN
1
-9
/
+24
2022-02-09
drm/mediatek: mtk_dsi: Avoid EPROBE_DEFER loop with external bridge
AngeloGioacchino Del Regno
1
-83
/
+84
2021-10-08
drm/mediatek: mtk_dsi: Reset the dsi0 hardware
Enric Balletbo i Serra
1
-1
/
+4
2021-07-27
drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling features
Nicolas Boichat
1
-2
/
+2
2021-03-31
drm/mediatek: Add missing MODULE_DEVICE_TABLE()
Boris Brezillon
1
-0
/
+1
2021-03-11
drm/mediatek: dsi: Fine tune the line time caused by EOTp
Jitao Shi
1
-0
/
+1
2021-03-11
drm/mediatek: dsi: Use symbolized register definition
Jitao Shi
1
-2
/
+5
2021-01-07
drm/mediatek: dsi: Use IRQF_TRIGGER_NONE for dsi irq trigger type
Jitao Shi
1
-2
/
+1
2021-01-07
drm/mediatek: Move mtk_ddp_comp_init() from sub driver to DRM driver
CK Hu
1
-31
/
+1
2021-01-07
drm/mediatek: DRM driver directly refer to sub driver's function
CK Hu
1
-9
/
+4
2021-01-07
drm/mediatek: Change sub driver interface from mtk_ddp_comp to device
CK Hu
1
-4
/
+4
2020-12-29
drm/mediatek: Use correct device pointer to get CMDQ client register
Chun-Kuang Hu
1
-1
/
+1
2020-11-21
drm/mediatek: dsi: Modify horizontal front/back porch byte formula
CK Hu
1
-39
/
+22
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-5
/
+1
2020-08-28
drm/mediatek: dpi/dsi: Change the getting possible_crtc way
Stu Hsieh
1
-5
/
+1
2020-08-27
drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp
Jitao Shi
1
-5
/
+4
2020-07-05
drm/mediatek: mtk_dsi: Create connector for bridges
Enric Balletbo i Serra
1
-1
/
+12
2020-07-05
drm/mediatek: mtk_dsi: Use the drm_panel_bridge API
Enric Balletbo i Serra
1
-159
/
+14
2020-07-05
drm/mediatek: mtk_dsi: Use simple encoder
Enric Balletbo i Serra
1
-11
/
+2
2020-07-05
drm/mediatek: mtk_dsi: Convert to bridge driver
Enric Balletbo i Serra
1
-38
/
+79
2020-07-05
drm/mediatek: mtk_dsi: Rename bridge to next_bridge
Enric Balletbo i Serra
1
-5
/
+6
2020-07-05
drm/mediatek: Remove unnecessary conversion to bool
Bernard Zhao
1
-4
/
+1
2020-06-05
Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+6
2020-04-13
drm/mediatek: Omit warning on probe defers
Matthias Brugger
1
-2
/
+6
2020-04-02
drm/mediatek: Use simple encoder
Thomas Zimmermann
1
-11
/
+3
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-1
/
+1
2020-01-20
Backmerge v5.5-rc7 into drm-next
Dave Airlie
1
-29
/
+38
2019-12-17
drm/mediatek: reduce the hbp and hfp for phy timing
Jitao Shi
1
-29
/
+38
2019-12-10
drm/panel: decouple connector from drm_panel
Sam Ravnborg
1
-1
/
+1
2019-10-22
Merge tag 'mediatek-drm-next-5.5' of https://github.com/ckhu-mediatek/linux.g...
Dave Airlie
1
-64
/
+169
2019-10-07
drm/mediatek: add dphy reset after setting lanes number
Jitao Shi
1
-0
/
+9
2019-10-07
drm/mediatek: change the dsi phytiming calculate method
Jitao Shi
1
-37
/
+81
2019-10-07
drm/mediatek: add mt8183 dsi driver support
Jitao Shi
1
-0
/
+8
2019-10-07
drm/mediatek: add frame size control
Jitao Shi
1
-0
/
+6
2019-10-07
drm/mediatek: add dsi reg commit disable control
Jitao Shi
1
-0
/
+10
2019-10-07
drm/mediatek: replace writeb() with mtk_dsi_mask()
Jitao Shi
1
-1
/
+3
2019-10-07
drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701
Jitao Shi
1
-5
/
+22
[next]