Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c168 bool allm_en; member
564 hdmi->link_cfg.allm_en = hdmi->allm_en; in hdmi_select_link_config()
1145 bool allm_en = false; in dw_hdmi_qp_select_output() local
1168 allm_en = base2_parameter->reserved[0] & BIT(0); in dw_hdmi_qp_select_output()
1169 if (allm_en && (hdmi_info->add_func & SUPPORT_HDMI_ALLM)) in dw_hdmi_qp_select_output()
1170 hdmi->allm_en = true; in dw_hdmi_qp_select_output()
1172 hdmi->allm_en = false; in dw_hdmi_qp_select_output()
H A Ddw_hdmi_qp.c770 if (link_cfg->allm_en) { in hdmi_config_vendor_specific_infoframe()
/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h161 bool allm_en; member