summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/mtk_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-14Merge tag 'mediatek-drm-next-6.15-v2' of https://git.kernel.org/pub/scm/linux...Dave 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/ker...Dave 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
2021-03-31drm/mediatek: Add missing MODULE_DEVICE_TABLE()Boris Brezillon1-0/+1
2020-11-08drm/mediatek: Optimize functions which do not need to returnBernard Zhao1-20/+7
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+17
2020-09-17drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()Yu Kuai1-8/+18
2020-09-06drm/mediatek: Separate mtk_hdmi_phy to an independent moduleCK Hu1-1/+1
2020-09-06drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driverCK Hu1-3/+16
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+4
2020-07-31Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown1-2/+4
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-11/+1
2020-07-16ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+4
2020-07-05drm/mediatek: mtk_hdmi: Remove debug messages for function callsEnric Balletbo i Serra1-11/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-1/+1
2020-05-21drm/mediatek: Eliminate the magic number in array sizeBernard Zhao1-3/+3