Home
last modified time | relevance | path

Searched refs:ver_conf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_common.c359 .ops = hdmi->conf->ver_conf->codec_ops, in mtk_hdmi_register_audio_driver()
392 const struct mtk_hdmi_ver_conf *ver_conf; in mtk_hdmi_common_probe() local
402 ver_conf = hdmi_conf->ver_conf; in mtk_hdmi_common_probe()
405 ver_conf->bridge_funcs); in mtk_hdmi_common_probe()
412 hdmi->clk = devm_kcalloc(dev, ver_conf->num_clocks, sizeof(*hdmi->clk), GFP_KERNEL); in mtk_hdmi_common_probe()
416 ret = mtk_hdmi_dt_parse_pdata(hdmi, pdev, ver_conf->mtk_hdmi_clock_names, in mtk_hdmi_common_probe()
417 ver_conf->num_clocks); in mtk_hdmi_common_probe()
437 if (ver_conf->bridge_funcs->hdmi_write_avi_infoframe && in mtk_hdmi_common_probe()
438 ver_conf->bridge_funcs->hdmi_clear_avi_infoframe) in mtk_hdmi_common_probe()
446 hdmi->bridge.interlace_allowed = ver_conf->interlace_allowed; in mtk_hdmi_common_probe()
H A Dmtk_hdmi_common.h144 const struct mtk_hdmi_ver_conf *ver_conf; member