summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorFilesLines
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie1-1/+5
2023-10-20Merge tag 'mediatek-drm-next-6.7' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie15-88/+581
2023-10-18drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handlingAngeloGioacchino Del Regno1-2/+2
2023-10-16drm/mediatek: Correctly free sg_table in gem prime vmapChen-Yu Tsai1-1/+5
2023-10-16drm/mediatek: aal: Compress of_device_id entries and add sentinelAngeloGioacchino Del Regno1-4/+3
2023-10-16drm/mediatek: gamma: Add kerneldoc for struct mtk_disp_gammaAngeloGioacchino Del Regno1-2/+6
2023-10-16drm/mediatek: aal: Add kerneldoc for struct mtk_disp_aalAngeloGioacchino Del Regno1-0/+7
2023-10-16drm/mediatek: gamma: Program gamma LUT type for descending or risingAngeloGioacchino Del Regno1-0/+20
2023-10-16drm/mediatek: gamma: Make sure relay mode is disabledAngeloGioacchino Del Regno2-0/+8
2023-10-16drm/mediatek: gamma: Add support for MT8195AngeloGioacchino Del Regno1-0/+9
2023-10-16drm/mediatek: gamma: Add support for 12-bit LUTAngeloGioacchino Del Regno1-19/+64
2023-10-16drm/mediatek: gamma: Support multi-bank gamma LUTAngeloGioacchino Del Regno3-29/+83
2023-10-16drm/mediatek: De-commonize disp_aal/disp_gamma gamma_set functionsAngeloGioacchino Del Regno1-27/+7
2023-10-16drm/mediatek: aal: Use bitfield macrosAngeloGioacchino Del Regno1-2/+8
2023-10-16drm/mediatek: gamma: Use bitfield macrosAngeloGioacchino Del Regno1-9/+19
2023-10-16drm/mediatek: gamma: Enable the Gamma LUT table only after programmingAngeloGioacchino Del Regno1-5/+9
2023-10-16drm/mediatek: gamma: Improve and simplify HW LUT calculationAngeloGioacchino Del Regno1-13/+21
2023-10-16drm/mediatek: gamma: Support SoC specific LUT sizeAngeloGioacchino Del Regno7-7/+54
2023-10-16drm/mediatek: gamma: Reduce indentation in mtk_gamma_set_common()AngeloGioacchino Del Regno1-22/+23
2023-10-16drm/mediatek: gamma: Adjust mtk_drm_gamma_set_common parametersJason-JH.Lin3-8/+14
2023-10-08drm/mediatek: Fix iommu fault during crtc enablingJason-JH.Lin1-0/+3
2023-10-08drm/mediatek: Fix iommu fault by swapping FBs after updating plane stateJason-JH.Lin1-1/+1
2023-10-08drm/mediatek: Support dynamic selection of MT8188 VDOSYS0Jason-JH.Lin1-1/+7
2023-10-08drm/mediatek: dsi: Support dynamic connector selectionJason-JH.Lin3-0/+11
2023-10-08drm/mediatek: dpi: Support dynamic connector selectionJason-JH.Lin3-0/+11
2023-10-08drm/mediatek: Add connector dynamic selection capabilityJason-JH.Lin5-7/+120
2023-10-08drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcsJason-JH.Lin1-0/+8
2023-10-08drm/mediatek: Fix using wrong drm private data to bind mediatek-drmJason-JH.Lin1-3/+14
2023-10-08drm/mediatek: Add crtc path enum for all_drm_priv arrayJason-JH.Lin2-4/+10
2023-10-08drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver dataJason-JH.Lin1-0/+1
2023-09-28drm/mediatek: dsi: Add mode_valid callback to DSI bridgeShuijing Li1-0/+20
2023-09-24drm/mediatek/dp: fix memory leak on ->get_edid callback error pathJani Nikula1-0/+1
2023-09-24drm/mediatek/dp: fix memory leak on ->get_edid callback audio detectionJani Nikula1-1/+4
2023-09-24drm/mediatek: dp: Add support MT8188 dp/edp functionShuijing Li2-0/+23
2023-09-24drm/mediatek: dp: Add the audio divider to mtk_dp_data structShuijing Li2-7/+10
2023-09-24drm/mediatek: dp: Add the audio packet flag to mtk_dp_data structShuijing Li2-0/+19
2023-09-11drm/mediatek: Fix coverity issue with unintentional integer overflowJason-JH.Lin2-10/+38
2023-09-11drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.cShuijing Li2-0/+11
2023-09-11drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial codeShuijing Li1-0/+6
2023-08-15Merge tag 'mediatek-drm-next-6.6' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie21-274/+326
2023-08-13drm/mediatek/mtk_disp_ccorr: Remove half completed incorrect struct headerLee Jones1-5/+0
2023-08-13drm/mediatek/mtk_disp_aal: Remove half completed incorrect struct headerLee Jones1-5/+0
2023-08-13drm/mediatek: Fix void-pointer-to-enum-cast warningJason-JH.Lin2-2/+2
2023-08-13drm/mediatek: Fix potential memory leak if vmap() failSui Jingfeng1-1/+5
2023-08-11drm/mediatek: Fix dereference before null checkJason-JH.Lin1-5/+1
2023-08-11drm/mediatek: Add cnt checking for coverity issueJason-JH.Lin1-1/+4
2023-08-11drm/mediatek: Remove freeing not dynamic allocated memoryJason-JH.Lin1-5/+2
2023-08-11drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König14-53/+28
2023-08-11drm/mediatek: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-10drm/mediatek: dp: Don't register HPD interrupt handler for eDP caseAngeloGioacchino Del Regno1-27/+46