Searched refs:has_audio (Results 1 – 6 of 6) sorted by relevance
375 if (intel_hdmi->has_audio) { in intel_hdmi_mode_set()403 if (intel_hdmi->has_audio) in intel_hdmi_dpms()464 intel_hdmi->has_audio = false; in intel_hdmi_detect()474 intel_hdmi->has_audio = drm_detect_monitor_audio(edid); in intel_hdmi_detect()485 intel_hdmi->has_audio = in intel_hdmi_detect()512 bool has_audio = false; in intel_hdmi_detect_audio() local519 has_audio = drm_detect_monitor_audio(edid); in intel_hdmi_detect_audio()524 return has_audio; in intel_hdmi_detect_audio()542 bool has_audio; in intel_hdmi_set_property() local550 has_audio = intel_hdmi_detect_audio(connector); in intel_hdmi_set_property()[all …]
51 bool has_audio; member873 if (intel_dp->has_audio) { in intel_dp_mode_set()2132 intel_dp->has_audio = false; in intel_dp_detect()2144 intel_dp->has_audio = (intel_dp->force_audio == HDMI_AUDIO_ON); in intel_dp_detect()2148 intel_dp->has_audio = drm_detect_monitor_audio(edid); in intel_dp_detect()2208 bool has_audio = false; in intel_dp_detect_audio() local2212 has_audio = drm_detect_monitor_audio(edid); in intel_dp_detect_audio()2217 return has_audio; in intel_dp_detect_audio()2235 bool has_audio; in intel_dp_set_property() local2243 has_audio = intel_dp_detect_audio(connector); in intel_dp_set_property()[all …]
1673 bool has_audio = false; in intel_sdvo_detect_hdmi_audio() local1680 has_audio = drm_detect_monitor_audio(edid); in intel_sdvo_detect_hdmi_audio()1682 return has_audio; in intel_sdvo_detect_hdmi_audio()1703 bool has_audio; in intel_sdvo_set_property() local1711 has_audio = intel_sdvo_detect_hdmi_audio(connector); in intel_sdvo_set_property()1713 has_audio = (i == HDMI_AUDIO_ON); in intel_sdvo_set_property()1715 if (has_audio == intel_sdvo->has_hdmi_audio) in intel_sdvo_set_property()1718 intel_sdvo->has_hdmi_audio = has_audio; in intel_sdvo_set_property()
714 if (intel_hdmi->has_audio) { in intel_ddi_mode_set()
306 bool has_audio; member
1890 bool has_audio = false; in drm_detect_monitor_audio() local1897 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0); in drm_detect_monitor_audio()1899 if (has_audio) { in drm_detect_monitor_audio()1909 has_audio = true; in drm_detect_monitor_audio()1917 return has_audio; in drm_detect_monitor_audio()