summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorLines
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit-1/+0
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-147/+371
2023-12-20Merge tag 'mediatek-drm-next-6.8' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie-141/+367
2023-12-18drm/mediatek: dp: Add phy_mtk_dp module as pre-dependencyNícolas F. R. A. Prado-0/+1
2023-12-14drm/mediatek: Fix underrun in VDO1 when switches off the layerHsiao Chien Sung-1/+1
2023-12-14drm/mediatek: Remove the redundant driver data for DPIHsiao Chien Sung-15/+1
2023-12-14drm/mediatek: Return error if MDP RDMA failed to enable the clockHsiao Chien Sung-2/+1
2023-12-14drm/mediatek: Support MT8188 Padding in display driverHsiao Chien Sung-2/+168
2023-12-14drm/mediatek: Refine device table of OVL adaptorHsiao Chien Sung-11/+4
2023-12-14drm/mediatek: Sort OVL adaptor componentsHsiao Chien Sung-7/+7
2023-12-14drm/mediatek: Start/Stop components with function pointersHsiao Chien Sung-2/+18
2023-12-14drm/mediatek: Power on/off devices with function pointersHsiao Chien Sung-20/+107
2023-12-14drm/mediatek: Manage component's clock with function pointersHsiao Chien Sung-46/+43
2023-12-14drm/mediatek: Add component ID to component match structureHsiao Chien Sung-39/+30
2023-12-14drm/mediatek: Rename OVL_ADAPTOR_TYPE_RDMAHsiao Chien Sung-11/+11
2023-12-11drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_getStuart Lee-1/+8
2023-12-07drm/mediatek: Stop using iommu_present()Robin Murphy-4/+0
2023-12-07drm/mediatek: Use devm_platform_ioremap_resource()Yang Li-9/+3
2023-11-26drm/mediatek: Add spinlock for setting vblank event in atomic_beginJason-JH.Lin-0/+5
2023-11-23drm/mediatek: fix kernel oops if no crtc is foundMichael Walle-1/+4
2023-11-23drm/mediatek: mtk_disp_gamma: Fix breakage due to merge issueAngeloGioacchino Del Regno-1/+1
2023-11-21drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König-6/+4
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie-1/+5
2023-10-20Merge tag 'mediatek-drm-next-6.7' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie-88/+581
2023-10-18drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handlingAngeloGioacchino Del Regno-2/+2
2023-10-16drm/mediatek: Correctly free sg_table in gem prime vmapChen-Yu Tsai-1/+5
2023-10-16drm/mediatek: aal: Compress of_device_id entries and add sentinelAngeloGioacchino Del Regno-4/+3
2023-10-16drm/mediatek: gamma: Add kerneldoc for struct mtk_disp_gammaAngeloGioacchino Del Regno-2/+6
2023-10-16drm/mediatek: aal: Add kerneldoc for struct mtk_disp_aalAngeloGioacchino Del Regno-0/+7
2023-10-16drm/mediatek: gamma: Program gamma LUT type for descending or risingAngeloGioacchino Del Regno-0/+20
2023-10-16drm/mediatek: gamma: Make sure relay mode is disabledAngeloGioacchino Del Regno-0/+8
2023-10-16drm/mediatek: gamma: Add support for MT8195AngeloGioacchino Del Regno-0/+9
2023-10-16drm/mediatek: gamma: Add support for 12-bit LUTAngeloGioacchino Del Regno-19/+64
2023-10-16drm/mediatek: gamma: Support multi-bank gamma LUTAngeloGioacchino Del Regno-29/+83
2023-10-16drm/mediatek: De-commonize disp_aal/disp_gamma gamma_set functionsAngeloGioacchino Del Regno-27/+7
2023-10-16drm/mediatek: aal: Use bitfield macrosAngeloGioacchino Del Regno-2/+8
2023-10-16drm/mediatek: gamma: Use bitfield macrosAngeloGioacchino Del Regno-9/+19
2023-10-16drm/mediatek: gamma: Enable the Gamma LUT table only after programmingAngeloGioacchino Del Regno-5/+9
2023-10-15drm/mediatek: gamma: Improve and simplify HW LUT calculationAngeloGioacchino Del Regno-13/+21
2023-10-15drm/mediatek: gamma: Support SoC specific LUT sizeAngeloGioacchino Del Regno-7/+54
2023-10-15drm/mediatek: gamma: Reduce indentation in mtk_gamma_set_common()AngeloGioacchino Del Regno-22/+23
2023-10-15drm/mediatek: gamma: Adjust mtk_drm_gamma_set_common parametersJason-JH.Lin-8/+14
2023-10-08drm/mediatek: Fix iommu fault during crtc enablingJason-JH.Lin-0/+3
2023-10-08drm/mediatek: Fix iommu fault by swapping FBs after updating plane stateJason-JH.Lin-1/+1
2023-10-08drm/mediatek: Support dynamic selection of MT8188 VDOSYS0Jason-JH.Lin-1/+7
2023-10-08drm/mediatek: dsi: Support dynamic connector selectionJason-JH.Lin-0/+11
2023-10-08drm/mediatek: dpi: Support dynamic connector selectionJason-JH.Lin-0/+11
2023-10-08drm/mediatek: Add connector dynamic selection capabilityJason-JH.Lin-7/+120
2023-10-08drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcsJason-JH.Lin-0/+8