summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_disp_color.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-27drm/mediatek: Log errors in probe with dev_err_probe()Nícolas F. R. A. Prado1-10/+8
2024-04-04drm/mediatek: color: drop driver owner initializationKrzysztof Kozlowski1-1/+0
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 files "mtk_drm_crtc.h" to "mtk_crtc.h"Hsiao Chien Sung1-1/+1
2023-08-15Merge tag 'mediatek-drm-next-6.6' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie1-4/+2
2023-08-11drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-21drm: Explicitly include correct DT includesRob Herring1-2/+1
2023-01-27drm/mediatek: Include missing headersMiles Chen1-0/+1
2021-08-12drm/mediatek: Add component_del in OVL and COLOR remove functionjason-jh.lin1-0/+2
2021-06-03drm/mediatek/mtk_disp_color: Strip incorrect doc and demote headerLee Jones1-2/+1
2021-01-07drm/mediatek: Move mtk_ddp_comp_init() from sub driver to DRM driverCK Hu1-35/+0
2021-01-07drm/mediatek: DRM driver directly refer to sub driver's functionCK Hu1-15/+8
2021-01-07drm/mediatek: Change sub driver interface from mtk_ddp_comp to deviceCK Hu1-9/+4
2020-12-29drm/mediatek: Move cmdq_reg info from struct mtk_ddp_comp to sub driver priva...CK Hu1-2/+8
2020-12-29drm/mediatek: Move regs info from struct mtk_ddp_comp to sub driver private dataCK Hu1-4/+13
2020-12-29drm/mediatek: Move clk info from struct mtk_ddp_comp to sub driver private dataCK Hu1-0/+23
2020-12-29drm/mediatek: Use correct device pointer to get CMDQ client registerChun-Kuang Hu1-1/+1
2020-11-22drm/mediatek/mtk_disp_color: Fix formatting and provide missing member descri...Lee Jones1-2/+3
2020-11-07drm/mediatek: Add disp-color MT8167 supportFabien Parent1-0/+7
2020-04-13drm/mediatek: Omit warning on probe defersMatthias Brugger1-1/+4
2020-01-09drm/mediatek: support CMDQ interface in ddp componentBibby Hsieh1-3/+4
2019-07-17drm/mediatek: drop use of drmP.hSam Ravnborg1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-27drm/mediatek: separate color module to fixup error memory reallocationyt.shen@mediatek.com1-0/+176