OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_audio
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/arm/nvidia/
tegra_drm.h
123
bool
has_audio
;
member in struct:tegra_connector
tegra_drm_mode.c
1041
tegra_connector->
has_audio
) {
1211
tegra_connector->
has_audio
= false;
1222
tegra_connector->
has_audio
= false;
1262
tegra_connector->
has_audio
= false;
1266
tegra_connector->
has_audio
=
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_mst.c
166
pipe_config->
has_audio
=
169
pipe_config->
has_audio
=
340
if (old_crtc_state->
has_audio
)
503
if (pipe_config->
has_audio
)
intel_hdmi.c
1832
pipe_config->
has_audio
= true;
1889
if (pipe_config->
has_audio
)
1895
if (pipe_config->
has_audio
)
1911
if (pipe_config->
has_audio
)
1945
if (pipe_config->
has_audio
)
1963
if (pipe_config->
has_audio
)
2000
if (pipe_config->
has_audio
)
2072
if (old_crtc_state->
has_audio
)
2083
if (old_crtc_state->
has_audio
)
2451
pipe_config->
has_audio
= intel_hdmi->has_audio
[
all
...]
intel_display_types.h
868
bool
has_audio
;
member in struct:intel_crtc_state
1181
bool
has_audio
;
member in struct:intel_hdmi
1232
bool
has_audio
;
member in struct:intel_dp
intel_cdclk.c
1962
crtc_state->
has_audio
&&
1978
if (crtc_state->
has_audio
&& INTEL_GEN(dev_priv) >= 9)
1989
intel_crtc_has_dp_encoder(crtc_state) && crtc_state->
has_audio
)
intel_dp.c
2423
pipe_config->
has_audio
= false;
2425
pipe_config->
has_audio
= intel_dp->
has_audio
;
2427
pipe_config->
has_audio
= intel_conn_state->force_audio == HDMI_AUDIO_ON;
3321
pipe_config->
has_audio
= tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A;
3397
if (old_crtc_state->
has_audio
)
3566
if (old_crtc_state->
has_audio
)
3612
if (pipe_config->
has_audio
) {
5659
intel_dp->
has_audio
= drm_detect_monitor_audio(edid);
5672
intel_dp->
has_audio
= false
[
all
...]
intel_ddi.c
3936
if (crtc_state->
has_audio
)
4017
if (crtc_state->
has_audio
)
4046
if (old_crtc_state->
has_audio
)
4064
if (old_crtc_state->
has_audio
)
4376
pipe_config->
has_audio
=
intel_sdvo.c
1335
pipe_config->
has_audio
= true;
1687
pipe_config->
has_audio
= true;
1734
if (old_crtc_state->
has_audio
)
1823
if (pipe_config->
has_audio
)
intel_display.c
7272
if (HAS_DDI(dev_priv) && crtc_state->
has_audio
)
12864
pipe_config->
has_audio
, pipe_config->has_infoframe,
13609
PIPE_CONF_CHECK_BOOL_INCOMPLETE(
has_audio
);
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h
161
* @
has_audio
: Tracks whether the sink connector to this port is
164
bool
has_audio
;
member in struct:drm_dp_mst_port
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
4658
bool
has_audio
= false;
local in function:drm_detect_monitor_audio
4665
has_audio
= ((edid_ext[3] & EDID_BASIC_AUDIO) != 0);
4667
if (
has_audio
) {
4677
has_audio
= true;
4685
return
has_audio
;
drm_dp_mst_topology.c
4073
ret = port->
has_audio
;
4103
port->
has_audio
= drm_detect_monitor_audio(edid);
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c
2402
seq_printf(m, "\taudio support: %s\n", yesno(intel_dp->
has_audio
));
2422
bool
has_audio
= drm_dp_mst_port_has_audio(&intel_dp->mst_mgr,
local in function:intel_dp_mst_info
2425
seq_printf(m, "\taudio support: %s\n", yesno(
has_audio
));
2434
seq_printf(m, "\taudio support: %s\n", yesno(intel_hdmi->
has_audio
));
Completed in 216 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025