Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c549 struct hdmi_platform_config *hdmi_cfg; in msm_hdmi_bind() local
554 hdmi_cfg = (struct hdmi_platform_config *) in msm_hdmi_bind()
556 if (!hdmi_cfg) { in msm_hdmi_bind()
561 hdmi_cfg->mmio_name = "core_physical"; in msm_hdmi_bind()
562 hdmi_cfg->qfprom_mmio_name = "qfprom_physical"; in msm_hdmi_bind()
593 hdmi_cfg->gpios[i].gpiod = gpiod; in msm_hdmi_bind()
596 hdmi_cfg->gpios[i].output = msm_hdmi_gpio_pdata[i].output; in msm_hdmi_bind()
597 hdmi_cfg->gpios[i].value = msm_hdmi_gpio_pdata[i].value; in msm_hdmi_bind()
600 dev->platform_data = hdmi_cfg; in msm_hdmi_bind()