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_drm_ddp_comp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
drm/mediatek: Rename files "mtk_drm_ddp_comp.c" to "mtk_ddp_comp.c"
Hsiao Chien Sung
1
-644
/
+0
2024-04-01
drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"
Hsiao Chien Sung
1
-1
/
+1
2024-04-01
drm/mediatek: Rename files "mtk_drm_crtc.h" to "mtk_crtc.h"
Hsiao Chien Sung
1
-1
/
+1
2024-02-27
drm/mediatek: Filter modes according to hardware capability
Hsiao Chien Sung
1
-0
/
+1
2023-12-14
drm/mediatek: Power on/off devices with function pointers
Hsiao Chien Sung
1
-0
/
+2
2023-10-15
drm/mediatek: gamma: Support SoC specific LUT size
AngeloGioacchino Del Regno
1
-0
/
+2
2023-10-08
drm/mediatek: dsi: Support dynamic connector selection
Jason-JH.Lin
1
-0
/
+1
2023-10-08
drm/mediatek: dpi: Support dynamic connector selection
Jason-JH.Lin
1
-0
/
+1
2023-10-08
drm/mediatek: Add connector dynamic selection capability
Jason-JH.Lin
1
-1
/
+29
2023-08-07
drm/mediatek: Fix uninitialized symbol
Nancy.Lin
1
-8
/
+8
2023-04-03
drm/mediatek: Add ovl_adaptor get format function
Nancy.Lin
1
-0
/
+2
2023-03-22
drm/mediatek: Add drm ovl_adaptor sub driver for MT8195
Nancy.Lin
1
-51
/
+78
2023-03-12
drm/mediatek: Refactor pixel format logic
Justin Green
1
-0
/
+4
2022-09-13
drm/mediatek: Fix wrong dither settings
Allen-KH Cheng
1
-1
/
+1
2022-07-06
drm/mediatek: dpi: Add dp_intf support
Guillaume Ranquet
1
-0
/
+4
2022-06-06
drm/mediatek: Add suffix 0 to DDP_COMPONENT_DITHER for mt8195 vdosys0
jason-jh.lin
1
-1
/
+1
2022-06-06
drm/mediatek: Add MERGE support for mediatek-drm
jason-jh.lin
1
-0
/
+16
2022-06-06
drm/mediatek: Add DSC support for mediatek-drm
jason-jh.lin
1
-0
/
+47
2022-04-06
drm/mediatek: Add vblank register/unregister callback functions
Rex-BC Chen
1
-0
/
+4
2022-01-28
media: drm/mediatek: Get rid of mtk_smi_larb_get/put
Yong Wu
1
-34
/
+2
2021-12-03
drm/mediatek: Adjust to the alphabetic order for mediatek-drm
jason-jh.lin
1
-62
/
+59
2021-12-03
drm/mediatek: Rename the define of register offset
jason-jh.lin
1
-30
/
+32
2021-12-02
drm/mediatek: Remove unused define in mtk_drm_ddp_comp.c
jason-jh.lin
1
-10
/
+0
2021-11-16
drm/mediatek: Add component RDMA4
Yongqiang Niu
1
-0
/
+1
2021-11-16
drm/mediatek: Add component POSTMASK
Yongqiang Niu
1
-30
/
+72
2021-11-16
drm/mediatek: Add component OVL_2L2
Yongqiang Niu
1
-0
/
+1
2021-07-25
drm/mediatek: Separate aal sub driver
Yongqiang Niu
1
-38
/
+4
2021-02-04
drm/mediatek: Separate ccorr module
Yongqiang Niu
1
-92
/
+3
2021-02-04
drm/mediatek: Enable dither function
Yongqiang Niu
1
-0
/
+3
2021-02-04
drm/mediatek: Separate gamma module
Yongqiang Niu
1
-60
/
+11
2021-02-04
drm/mediatek: Add mtk_dither_set_common() function
Hsin-Yi Wang
1
-9
/
+18
2021-02-04
drm/mediatek: Fix aal size config
Yongqiang Niu
1
-1
/
+1
2021-01-07
drm/mediatek: Move mtk_ddp_comp_init() from sub driver to DRM driver
CK Hu
1
-27
/
+11
2021-01-07
drm/mediatek: DRM driver directly refer to sub driver's function
CK Hu
1
-17
/
+63
2021-01-07
drm/mediatek: Change sub driver interface from mtk_ddp_comp to device
CK Hu
1
-51
/
+43
2020-12-29
drm/mediatek: Move cmdq_reg info from struct mtk_ddp_comp to sub driver private data
CK Hu
1
-33
/
+34
2020-12-29
drm/mediatek: Use struct cmdq_client_reg to gather cmdq variable
CK Hu
1
-19
/
+7
2020-12-29
drm/mediatek: Remove irq in struct mtk_ddp_comp
CK Hu
1
-3
/
+0
2020-12-29
drm/mediatek: Move regs info from struct mtk_ddp_comp to sub driver private data
CK Hu
1
-44
/
+77
2020-12-29
drm/mediatek: Move clk info from struct mtk_ddp_comp to sub driver private data
CK Hu
1
-11
/
+52
2020-12-29
drm/mediatek: Separate getting larb device to a function
CK Hu
1
-25
/
+32
2020-12-29
drm/mediatek: Use correct device pointer to get CMDQ client register
Chun-Kuang Hu
1
-4
/
+11
2020-12-29
drm/mediatek: Get CMDQ client register for all ddp component
Chun-Kuang Hu
1
-14
/
+15
2020-11-28
drm/mediatek: Use correct aliases name for ovl
Enric Balletbo i Serra
1
-1
/
+1
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+38
2020-09-17
drm/mediatek: Add missing put_device() call in mtk_ddp_comp_init()
Yu Kuai
1
-0
/
+1
2020-08-28
drm/mediatek: dpi/dsi: Change the getting possible_crtc way
Stu Hsieh
1
-0
/
+38
2020-02-25
drm/mediatek: Handle component type MTK_DISP_OVL_2L correctly
Phong LE
1
-0
/
+1
2020-01-10
drm/mediatek: Add ctm property support
Yongqiang Niu
1
-1
/
+61
2020-01-09
drm/mediatek: support CMDQ interface in ddp component
Bibby Hsieh
1
-29
/
+95
[next]