index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mediatek
/
mtk_dpi.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
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/ker...
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/ke...
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
2021-07-28
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
1
-3
/
+1
2021-07-22
drm/mediatek: mtk-dpi: Set out_fmt from config if not the last bridge
Hsin-Yi Wang
1
-0
/
+4
2021-07-22
drm/mediatek: dpi: Fix NULL dereference in mtk_dpi_bridge_atomic_check
Frank Wunderlich
1
-1
/
+1
2021-06-04
drm/mediatek: dpi: Add bus format negotiation
Rex-BC Chen
1
-5
/
+80
2021-06-04
drm/mediatek: dpi: Add output bus formats to driver data
Rex-BC Chen
1
-0
/
+19
2021-06-04
drm/mediatek: dpi: Add dual edge sample mode support
Rex-BC Chen
1
-1
/
+24
2021-03-31
drm/mediatek: Add missing MODULE_DEVICE_TABLE()
Boris Brezillon
1
-0
/
+1
2021-03-20
drm/mediatek: dpi: Add config for mt8192
Rex-BC Chen
1
-0
/
+9
2021-03-20
drm/mediatek: dpi: Add check for max clock rate in mode_valid
Rex-BC Chen
1
-0
/
+18
[next]