aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek/mtk_hdmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-16Merge tag 'mediatek-drm-next-20250515' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-nextDave Airlie1-241/+169
2025-04-21drm/mediatek: mtk_hdmi: Move output init to mtk_hdmi_register_audio_driver()AngeloGioacchino Del Regno1-19/+8
2025-04-21drm/mediatek: mtk_hdmi: Move CEC device parsing in new functionAngeloGioacchino Del Regno1-36/+36
2025-04-21drm/mediatek: mtk_hdmi: Use dev_err_probe() in mtk_hdmi_dt_parse_pdata()AngeloGioacchino Del Regno1-17/+7
2025-04-21drm/mediatek: mtk_hdmi: Move N/CTS setting to new functionAngeloGioacchino Del Regno1-2/+8
2025-04-21drm/mediatek: mtk_hdmi: Move plugged_cb/codec_dev setting to new functionAngeloGioacchino Del Regno1-4/+9
2025-04-21drm/mediatek: mtk_hdmi: Move audio params selection to new functionAngeloGioacchino Del Regno1-28/+35
2025-04-21drm/mediatek: mtk_hdmi: Disgregate function mtk_hdmi_audio_set_param()AngeloGioacchino Del Regno1-15/+11
2025-04-21drm/mediatek: hdmi: Use regmap instead of iomem for main registersGuillaume Ranquet1-106/+65
2025-04-21drm/mediatek: mtk_hdmi: Convert to module_platform_driver macroAngeloGioacchino Del Regno1-19/+1
2025-04-21drm/mediatek: mtk_hdmi_ddc: Switch to register as module_platform_driverAngeloGioacchino Del Regno1-2/+0
2025-04-17drm/mediatek: mtk_cec: Switch to register as module_platform_driverAngeloGioacchino Del Regno1-1/+1
2025-04-16drm/mediatek/hdmi: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-9/+5
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-57/+47
2025-03-20drm/bridge: Add encoder parameter to drm_bridge_funcs.attachMaxime Ripard1-1/+2
2025-03-14Merge tag 'mediatek-drm-next-6.15-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-nextDave Airlie1-57/+47
2025-03-02drm/mediatek: Move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-3/+1
2025-02-26drm/mediatek: move to devm_platform_ioremap_resource() usageAnusha Srivatsa1-3/+1
2025-02-20drm/mediatek: mtk_hdmi: Cleanup function mtk_hdmi_resume()AngeloGioacchino Del Regno1-8/+1
2025-02-20drm/mediatek: mtk_hdmi: Remove driver bound to HDMI printAngeloGioacchino Del Regno1-1/+0
2025-02-20drm/mediatek: mtk_hdmi: Remove goto in mtk_hdmi_clk_enable_audio()AngeloGioacchino Del Regno1-5/+4
2025-02-20drm/mediatek: mtk_hdmi: Remove ifdef for CONFIG_PM_SLEEPAngeloGioacchino Del Regno1-6/+4
2025-02-20drm/mediatek: mtk_hdmi: Use devm managed version of drm_bridge_addAngeloGioacchino Del Regno1-5/+5
2025-02-20drm/mediatek: mtk_hdmi: Remove unused members of struct mtk_hdmiAngeloGioacchino Del Regno1-8/+0
2025-02-19drm/bridge: Pass full state to atomic_post_disableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_disableMaxime Ripard1-1/+1
2025-02-19drm/bridge: Pass full state to atomic_enableMaxime Ripard1-2/+1
2025-02-19drm/bridge: Pass full state to atomic_pre_enableMaxime Ripard1-1/+1
2025-02-19drm/mediatek: mtk_hdmi: Move vendor/product strings to drm_bridgeAngeloGioacchino Del Regno1-5/+6
2025-02-19drm/mediatek: mtk_hdmi: Compress of_device_id array entriesAngeloGioacchino Del Regno1-9/+4
2025-02-19drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size memberAngeloGioacchino Del Regno1-4/+4
2025-02-19drm/mediatek: mtk_hdmi: Unregister audio platform device on failureAngeloGioacchino Del Regno1-6/+19
2025-01-04ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdataDmitry Baryshkov1-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-06-27drm/mediatek: Log errors in probe with dev_err_probe()Nícolas F. R. A. Prado1-19/+12
2024-06-08drm/mediatek: Drop chain_mode_fixup call in mode_valid()Sam Ravnborg1-11/+0
2024-04-01drm/mediatek: Rename "mtk_drm_hdmi" to "mtk_hdmi"Hsiao Chien Sung1-7/+7
2024-02-09drm/mediatek/hdmi: switch to ->edid_read callbackJani Nikula1-9/+17
2023-09-09drm/mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-11-24Merge tag 'mediatek-drm-next-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-nextDave Airlie1-3/+4
2022-11-14drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()Nathan Chancellor1-3/+4
2022-11-12drm/mtk: Use drm_mode_init() for on-stack modesVille Syrjälä1-1/+1
2022-08-26drm/mediatek: Drop of_gpio headerMaíra Canal1-1/+0
2021-12-13drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_confAngeloGioacchino Del Regno1-5/+7
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-4/+1
2021-05-13drm/mediatek: hdmi: Add MT8167 configurationNeil Armstrong1-0/+8
2021-05-13drm/mediatek: hdmi: Add optional limit on maximal HDMI mode clockNeil Armstrong1-0/+5
2021-05-13drm/mediatek: hdmi: Add check for CEA modes onlyNeil Armstrong1-0/+4
2021-04-01drm/mediatek: Don't support hdmi connector creationDafna Hirschfeld1-95/+56
2021-04-01drm/mediatek: Switch the hdmi bridge ops to the atomic versionsDafna Hirschfeld1-8/+15