Home
last modified time | relevance | path

Searched refs:ver_conf (Results 1 – 4 of 4) 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()
436 if (ver_conf->bridge_funcs->hdmi_write_infoframe && in mtk_hdmi_common_probe()
437 ver_conf->bridge_funcs->hdmi_clear_infoframe) in mtk_hdmi_common_probe()
444 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
H A Dmtk_hdmi.c1213 .ver_conf = &mtk_hdmi_v1_ver_conf
1219 .ver_conf = &mtk_hdmi_v1_ver_conf
1223 .ver_conf = &mtk_hdmi_v1_ver_conf
H A Dmtk_hdmi_v2.c1434 .ver_conf = &mtk_hdmi_conf_v2,
1439 .ver_conf = &mtk_hdmi_conf_v2,