index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mediatek
/
mtk_dpi.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-02
drm/mediatek: Add support for MT8195 Digital Parallel Interface
AngeloGioacchino Del Regno
1
-0
/
+19
2025-03-02
drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power on/off
AngeloGioacchino Del Regno
1
-0
/
+9
2025-03-02
drm/mediatek: mtk_dpi: Support AFIFO 1T1P output and conversion
AngeloGioacchino Del Regno
1
-1
/
+10
2025-03-02
drm/mediatek: mtk_dpi: Add support for DPI input clock from HDMI
AngeloGioacchino Del Regno
1
-3
/
+10
2025-03-02
drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data
AngeloGioacchino Del Regno
1
-7
/
+7
2025-03-02
drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
AngeloGioacchino Del Regno
1
-2
/
+3
2025-03-02
drm/mediatek: mtk_dpi: Move pixel clock setting flow to function
AngeloGioacchino Del Regno
1
-20
/
+25
2025-03-02
drm/mediatek: mtk_dpi: Use an array for pixclk factor calculation
AngeloGioacchino Del Regno
1
-51
/
+52
2025-03-02
drm/mediatek: mtk_dpi: Add support for Pattern Generator in debugfs
AngeloGioacchino Del Regno
1
-0
/
+108
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-10-21
drm/mediatek: Implement OF graphs support for display paths
AngeloGioacchino Del Regno
1
-7
/
+14
2024-06-28
drm/mediatek: dpi/dsi: Fix possible_crtcs calculation
Michael Walle
1
-1
/
+4
2024-04-01
drm/mediatek: Rename mtk_ddp_comp functions
Hsiao Chien Sung
1
-1
/
+1
2024-04-01
drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"
Hsiao Chien Sung
1
-1
/
+1
2023-12-14
drm/mediatek: Remove the redundant driver data for DPI
Hsiao Chien Sung
1
-15
/
+1
2023-10-08
drm/mediatek: dpi: Support dynamic connector selection
Jason-JH.Lin
1
-0
/
+9
2023-08-15
Merge tag 'mediatek-drm-next-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Dave Airlie
1
-70
/
+34
2023-08-10
drm/mediatek: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
1
-2
/
+2
2023-08-09
drm/mediatek: mtk_dpi: Compress struct of_device_id entries
AngeloGioacchino Del Regno
1
-22
/
+8
2023-08-09
drm/mediatek: mtk_dpi: Use devm_platform_ioremap_resource()
AngeloGioacchino Del Regno
1
-3
/
+1
2023-08-09
drm/mediatek: mtk_dpi: Switch to .remove_new() void callback
AngeloGioacchino Del Regno
1
-4
/
+2
2023-08-09
drm/mediatek: mtk_dpi: Switch to devm_drm_of_get_bridge()
AngeloGioacchino Del Regno
1
-4
/
+4
2023-08-09
drm/mediatek: mtk_dpi: Simplify with dev_err_probe()
AngeloGioacchino Del Regno
1
-30
/
+14
2023-08-09
drm/mediatek: mtk_dpi: Simplify with devm_drm_bridge_add()
AngeloGioacchino Del Regno
1
-5
/
+3
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2022-12-26
drm/mediatek: Add mt8186 dpi compatibles and platform data
Xinlei Lee
1
-0
/
+21
2022-12-26
drm/mediatek: Set dpi format in mmsys
Xinlei Lee
1
-0
/
+11
2022-11-23
drm/mediatek: Add mt8188 dpi compatibles and platform data
xinlei lee
1
-0
/
+17
2022-11-14
drm/mediatek: Modify dpi power on/off sequence.
Xinlei Lee
1
-6
/
+6
2022-08-26
drm/mediatek: Drop of_gpio header
Maíra Canal
1
-1
/
+0
2022-07-12
Merge tag 'mediatek-drm-next-5.20' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Dave Airlie
1
-60
/
+200
2022-07-06
drm/mediatek: dpi: Add dp_intf support
Guillaume Ranquet
1
-0
/
+32
2022-07-06
drm/mediatek: dpi: Add pixels_per_iter config support
Bo-Chen Chen
1
-3
/
+23
2022-07-06
drm/mediatek: dpi: Add input_2pixel config support
Bo-Chen Chen
1
-0
/
+7
2022-07-06
drm/mediatek: dpi: Add config to support direct connection to dpi panels
Bo-Chen Chen
1
-4
/
+12
2022-07-06
drm/mediatek: dpi: Add YUV422 output support
Bo-Chen Chen
1
-7
/
+24
2022-07-05
drm: Remove linux/media-bus-format.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-07-04
drm/mediatek: dpi: Move the csc_enable bit to SoC config
Guillaume Ranquet
1
-1
/
+8
2022-07-04
drm/mediatek: dpi: Move the yuv422_en_bit to SoC config
Guillaume Ranquet
1
-1
/
+8
2022-07-04
drm/mediatek: dpi: Move swap_shift to SoC config
Guillaume Ranquet
1
-1
/
+9
2022-07-04
drm/mediatek: dpi: Move hvsize_mask to SoC config
Guillaume Ranquet
1
-2
/
+10
2022-07-04
drm/mediatek: dpi: Move dimension mask to SoC config
Guillaume Ranquet
1
-10
/
+17
2022-07-04
drm/mediatek: dpi: Implement a swap_input toggle in SoC config
Guillaume Ranquet
1
-1
/
+8
2022-07-04
drm/mediatek: dpi: Implement a CK/DE pol toggle in SoC config
Guillaume Ranquet
1
-5
/
+18
2022-07-04
drm/mediatek: dpi: Add support for quantization range
Bo-Chen Chen
1
-13
/
+21
2022-07-04
drm/mediatek: dpi: Only enable dpi after the bridge is enabled
Guillaume Ranquet
1
-1
/
+1
2022-07-04
drm/mediatek: dpi: Remove output format of YUV
Bo-Chen Chen
1
-25
/
+6
2022-07-04
drm/mediatek: dpi: Add kernel document for struct mtk_dpi_conf
Bo-Chen Chen
1
-0
/
+9
2022-04-22
drm/mediatek: dpi: Use mt8183 output formats for mt8192
Nícolas F. R. A. Prado
1
-2
/
+2
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+1
[next]