Searched refs:has_audio (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_hdmi.c46 bool has_audio; member in struct:intel_hdmi
247 if (intel_hdmi->has_audio) {
275 if (intel_hdmi->has_audio)
336 intel_hdmi->has_audio = false;
345 intel_hdmi->has_audio = drm_detect_monitor_audio(edid);
357 intel_hdmi->has_audio =
383 bool has_audio = false; local
388 has_audio = drm_detect_monitor_audio(edid);
394 return has_audio;
412 bool has_audio; local
[all...]
H A Dintel_dp.c51 bool has_audio; member in struct:intel_dp
867 if (intel_dp->has_audio) {
2108 intel_dp->has_audio = false;
2118 intel_dp->has_audio = (intel_dp->force_audio == HDMI_AUDIO_ON);
2122 intel_dp->has_audio = drm_detect_monitor_audio(edid);
2183 bool has_audio = false; local
2187 has_audio = drm_detect_monitor_audio(edid);
2193 return has_audio;
2211 bool has_audio; local
2219 has_audio
[all...]
H A Dintel_sdvo.c1671 bool has_audio = false; local
1678 has_audio = drm_detect_monitor_audio(edid);
1680 return has_audio;
1701 bool has_audio; local
1709 has_audio = intel_sdvo_detect_hdmi_audio(connector);
1711 has_audio = (i == HDMI_AUDIO_ON);
1713 if (has_audio == intel_sdvo->has_hdmi_audio)
1716 intel_sdvo->has_hdmi_audio = has_audio;
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_edid.c1597 bool has_audio = false; local
1604 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0);
1606 if (has_audio) {
1618 has_audio = true;
1626 return has_audio;

Completed in 103 milliseconds