Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/hdmi/
Dhdmi.c520 struct hdmi_platform_config *hdmi_cfg; in msm_hdmi_bind() local
525 hdmi_cfg = (struct hdmi_platform_config *) in msm_hdmi_bind()
527 if (!hdmi_cfg) { in msm_hdmi_bind()
532 hdmi_cfg->mmio_name = "core_physical"; in msm_hdmi_bind()
533 hdmi_cfg->qfprom_mmio_name = "qfprom_physical"; in msm_hdmi_bind()
535 dev->platform_data = hdmi_cfg; in msm_hdmi_bind()