summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorLines
2025-02-26drm/mediatek: move to devm_platform_ioremap_resource() usageAnusha Srivatsa-24/+8
2025-02-20drm/mediatek: mtk_hdmi: Cleanup function mtk_hdmi_resume()AngeloGioacchino Del Regno-8/+1
2025-02-20drm/mediatek: mtk_hdmi: Remove driver bound to HDMI printAngeloGioacchino Del Regno-1/+0
2025-02-20drm/mediatek: mtk_hdmi: Remove goto in mtk_hdmi_clk_enable_audio()AngeloGioacchino Del Regno-5/+4
2025-02-20drm/mediatek: mtk_hdmi: Remove ifdef for CONFIG_PM_SLEEPAngeloGioacchino Del Regno-6/+4
2025-02-20drm/mediatek: mtk_hdmi: Use devm managed version of drm_bridge_addAngeloGioacchino Del Regno-5/+5
2025-02-20drm/mediatek: mtk_hdmi: Remove unused members of struct mtk_hdmiAngeloGioacchino Del Regno-8/+0
2025-02-19drm/bridge: Pass full state to atomic_post_disableMaxime Ripard-2/+2
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard-3/+3
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard-5/+4
2025-02-19drm/bridge: Pass full state to atomic_pre_enableMaxime Ripard-2/+2
2025-02-19drm/mediatek: mtk_hdmi: Move vendor/product strings to drm_bridgeAngeloGioacchino Del Regno-5/+6
2025-02-19drm/mediatek: mtk_hdmi: Compress of_device_id array entriesAngeloGioacchino Del Regno-9/+4
2025-02-19drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size memberAngeloGioacchino Del Regno-4/+4
2025-02-19drm/mediatek: mtk_hdmi: Unregister audio platform device on failureAngeloGioacchino Del Regno-6/+19
2025-02-14drm/atomic: Let drivers decide which planes to async flipAndré Almeida-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-10/+32
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-83/+124
2025-01-10Merge tag 'mediatek-drm-fixes-20250104' of https://git.kernel.org/pub/scm/lin...Dave Airlie-83/+124
2025-01-09Merge tag 'drm-misc-next-2025-01-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-2/+2
2025-01-09Merge tag 'mediatek-drm-next-6.14' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie-5/+29
2025-01-04drm/mediatek: Initialize pointer in mtk_drm_of_ddp_path_build_one()AngeloGioacchino Del Regno-1/+1
2025-01-04drm/mediatek: Add return value check when reading DPCDLiankun Yang-3/+2
2025-01-04ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdataDmitry Baryshkov-2/+2
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-1/+1
2025-01-02drm/mediatek: dp: Support flexible length of DP calibration dataFei Shao-5/+13
2025-01-02drm/mediatek: Remove unneeded semicolonChun-Kuang Hu-1/+1
2024-12-30drm/mediatek: mtk_dsi: Add registers to pdata to fix MT8186/MT8188AngeloGioacchino Del Regno-5/+17
2024-12-30drm/mediatek: Fix mode valid issue for dpLiankun Yang-11/+17
2024-12-30drm/mediatek: Fix YCbCr422 color format issue for DPLiankun Yang-5/+8
2024-12-30Revert "drm/mediatek: Switch to for_each_child_of_node_scoped()"Chun-Kuang Hu-2/+5
2024-12-25drm/mediatek: stop selecting foreign driversArnd Bergmann-5/+0
2024-12-25drm/mediatek: Add support for 180-degree rotation in the display driverJason-JH.Lin-2/+10
2024-12-25drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is supportedDaniel Golle-28/+29
2024-12-25drm/mediatek: Move mtk_crtc_finish_page_flip() to ddp_cmdq_cb()Jason-JH.Lin-6/+19
2024-12-25drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind re...Guoqing Jiang-0/+2
2024-12-25drm/mediatek: dp: Add sdp path resetLiankun Yang-0/+16
2024-12-23Revert "drm/mediatek: dsi: Correct calculation formula of PHY Timing"Chun-Kuang Hu-16/+15
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-3/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-18/+18
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-2/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-24/+313
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-18/+18
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-11-11Merge tag 'drm-misc-next-2024-11-08' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1/+1
2024-11-06Merge tag 'mediatek-drm-next-6.13' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie-24/+313
2024-11-04Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-32/+179
2024-11-04drm/mediatek: Switch to for_each_child_of_node_scoped()Javier Carrasco-5/+2
2024-11-04drm/mediatek: Fix child node refcount handling in early exitJavier Carrasco-1/+3