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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_hdmi.c634 if (intel_hdmi->has_audio) {
705 if (intel_hdmi->has_audio)
896 intel_hdmi->has_audio = false;
908 intel_hdmi->has_audio = drm_detect_monitor_audio(edid);
917 intel_hdmi->has_audio =
945 bool has_audio = false; local
952 has_audio = drm_detect_monitor_audio(edid);
956 return has_audio;
976 bool has_audio; local
984 has_audio
[all...]
H A Dintel_dp.c862 if (intel_dp->has_audio) {
2563 intel_dp->has_audio = false;
2576 intel_dp->has_audio = (intel_dp->force_audio == HDMI_AUDIO_ON);
2580 intel_dp->has_audio = drm_detect_monitor_audio(edid);
2622 bool has_audio = false; local
2626 has_audio = drm_detect_monitor_audio(edid);
2630 return has_audio;
2650 bool has_audio; local
2658 has_audio = intel_dp_detect_audio(connector);
2660 has_audio
[all...]
H A Dintel_drv.h446 bool has_audio; member in struct:intel_hdmi
463 bool has_audio; member in struct:intel_dp
H A Dintel_sdvo.c1990 bool has_audio = false; local
1997 has_audio = drm_detect_monitor_audio(edid);
2001 return has_audio;
2022 bool has_audio; local
2030 has_audio = intel_sdvo_detect_hdmi_audio(connector);
2032 has_audio = (i == HDMI_AUDIO_ON);
2034 if (has_audio == intel_sdvo->has_hdmi_audio)
2037 intel_sdvo->has_hdmi_audio = has_audio;
H A Dintel_ddi.c311 if (intel_dp->has_audio) {
325 if (intel_hdmi->has_audio) {
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c2755 bool has_audio = false; local
2762 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0);
2764 if (has_audio) {
2774 has_audio = true;
2782 return has_audio;

Completed in 48 milliseconds