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

/drivers/media/usb/stk1160/
H A Dstk1160-core.c189 bool has_video = false, has_audio = false; local
211 has_audio = true;
223 if (!(has_audio || has_video)) {
252 if (has_audio)
/drivers/gpu/drm/i915/
H A Dintel_hdmi.c664 if (crtc->config.has_audio) {
736 pipe_config->has_audio = true;
764 if (intel_crtc->config.has_audio)
944 if (pipe_config->has_hdmi_sink && intel_hdmi->has_audio)
945 pipe_config->has_audio = true;
985 intel_hdmi->has_audio = false;
1017 intel_hdmi->has_audio = drm_detect_monitor_audio(edid);
1019 intel_hdmi->has_audio =
1084 bool has_audio = false; local
1089 has_audio
1111 bool has_audio; local
[all...]
H A Dintel_dp.c1040 pipe_config->has_audio = intel_dp->has_audio;
1215 if (crtc->config.has_audio) {
1883 pipe_config->has_audio = true;
4151 intel_dp->has_audio = intel_dp->force_audio == HDMI_AUDIO_ON;
4153 intel_dp->has_audio = drm_detect_monitor_audio(edid);
4164 intel_dp->has_audio = false;
4299 bool has_audio = false; local
4304 has_audio = drm_detect_monitor_audio(edid);
4306 return has_audio;
4326 bool has_audio; local
[all...]
H A Dintel_sdvo.c2053 bool has_audio = false; local
2060 has_audio = drm_detect_monitor_audio(edid);
2063 return has_audio;
2084 bool has_audio; local
2092 has_audio = intel_sdvo_detect_hdmi_audio(connector);
2094 has_audio = (i == HDMI_AUDIO_ON);
2096 if (has_audio == intel_sdvo->has_hdmi_audio)
2099 intel_sdvo->has_hdmi_audio = has_audio;
H A Dintel_ddi.c1087 if (crtc->config.has_audio) {
1190 if (intel_crtc->config.has_audio) {
1211 if (intel_crtc->config.has_audio) {
1492 pipe_config->has_audio = true;
H A Dintel_drv.h300 bool has_audio; member in struct:intel_crtc_config
522 bool has_audio; member in struct:intel_hdmi
552 bool has_audio; member in struct:intel_dp
H A Di915_debugfs.c2413 seq_printf(m, "\taudio support: %s\n", intel_dp->has_audio ? "yes" :
2425 seq_printf(m, "\taudio support: %s\n", intel_hdmi->has_audio ? "yes" :
H A Dintel_display.c10758 PIPE_CONF_CHECK_I(has_audio);
/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c66 bool has_audio; member in struct:cdv_intel_dp
874 if (intel_dp->has_audio)
1542 intel_dp->has_audio = false;
1554 intel_dp->has_audio = intel_dp->force_audio > 0;
1558 intel_dp->has_audio = drm_detect_monitor_audio(edid);
1629 bool has_audio = false; local
1637 has_audio = drm_detect_monitor_audio(edid);
1643 return has_audio;
1662 bool has_audio; local
1670 has_audio
[all...]
H A Dpsb_intel_sdvo.c1694 bool has_audio = false; local
1701 has_audio = drm_detect_monitor_audio(edid);
1703 return has_audio;
1724 bool has_audio; local
1732 has_audio = psb_intel_sdvo_detect_hdmi_audio(connector);
1734 has_audio = i > 0;
1736 if (has_audio == psb_intel_sdvo->has_hdmi_audio)
1739 psb_intel_sdvo->has_hdmi_audio = has_audio;
/drivers/gpu/drm/
H A Ddrm_edid.c3371 bool has_audio = false; local
3378 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0);
3380 if (has_audio) {
3390 has_audio = true;
3398 return has_audio;

Completed in 224 milliseconds