Home
last modified time | relevance | path

Searched refs:speaker_flags (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c1061 struct audio_speaker_flags speaker_flags) in speakers_to_channels() argument
1066 cea_channels.channels.FL = speaker_flags.FL_FR; in speakers_to_channels()
1067 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
1068 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
1069 cea_channels.channels.FC = speaker_flags.FC; in speakers_to_channels()
1074 if (speaker_flags.RL_RR) { in speakers_to_channels()
1075 cea_channels.channels.RL_RC = speaker_flags.RL_RR; in speakers_to_channels()
1076 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
1077 cea_channels.channels.RC_RLC_FLC = speaker_flags.RC; in speakers_to_channels()
1079 cea_channels.channels.RL_RC = speaker_flags.RC; in speakers_to_channels()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c1179 struct audio_speaker_flags speaker_flags) in speakers_to_channels() argument
1184 cea_channels.channels.FL = speaker_flags.FL_FR; in speakers_to_channels()
1185 cea_channels.channels.FR = speaker_flags.FL_FR; in speakers_to_channels()
1186 cea_channels.channels.LFE = speaker_flags.LFE; in speakers_to_channels()
1187 cea_channels.channels.FC = speaker_flags.FC; in speakers_to_channels()
1192 if (speaker_flags.RL_RR) { in speakers_to_channels()
1193 cea_channels.channels.RL_RC = speaker_flags.RL_RR; in speakers_to_channels()
1194 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
1195 cea_channels.channels.RC_RLC_FLC = speaker_flags.RC; in speakers_to_channels()
1197 cea_channels.channels.RL_RC = speaker_flags.RC; in speakers_to_channels()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_types.h208 uint8_t speaker_flags; member
452 struct audio_speaker_flags speaker_flags; member
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c127 edid_caps->speaker_flags = sadb[0]; in dm_helpers_parse_edid_caps()
129 edid_caps->speaker_flags = DEFAULT_SPEAKER_LOCATION; in dm_helpers_parse_edid_caps()
H A Damdgpu_dm.c2454 audio_info->flags.all = edid_caps->speaker_flags; in fill_audio_info()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_stream.c86 stream->audio_info.flags.all = dc_sink_data->edid_caps.speaker_flags; in construct()
H A Ddc_link.c858 sink->edid_caps.speaker_flags, in dc_link_detect()