Home
last modified time | relevance | path

Searched refs:sadb (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/radeon/
Ddce3_1_afmt.c31 u8 *sadb, int sad_count) in dce3_2_afmt_hdmi_write_speaker_allocation() argument
42 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_hdmi_write_speaker_allocation()
49 u8 *sadb, int sad_count) in dce3_2_afmt_dp_write_speaker_allocation() argument
60 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_dp_write_speaker_allocation()
Dradeon_audio.h53 u8 *sadb, int sad_count);
87 u8 *sadb, int sad_count);
89 u8 *sadb, int sad_count);
Ddce6_afmt.h40 u8 *sadb, int sad_count);
42 u8 *sadb, int sad_count);
Devergreen_hdmi.h53 u8 *sadb, int sad_count);
55 u8 *sadb, int sad_count);
Ddce6_afmt.c154 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument
171 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
179 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument
196 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
Devergreen_hdmi.c121 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument
132 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation()
139 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument
150 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()
Dradeon_audio.c324 u8 *sadb = NULL; in radeon_audio_write_speaker_allocation() local
331 &sadb); in radeon_audio_write_speaker_allocation()
339 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation()
341 kfree(sadb); in radeon_audio_write_speaker_allocation()
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c99 uint8_t *sadb = NULL; in dm_helpers_parse_edid_caps() local
137 sadb_count = drm_edid_to_speaker_allocation((struct edid *) edid->raw_edid, &sadb); in dm_helpers_parse_edid_caps()
145 edid_caps->speaker_flags = sadb[0]; in dm_helpers_parse_edid_caps()
150 kfree(sadb); in dm_helpers_parse_edid_caps()
/Linux-v6.1/include/drm/
Ddrm_edid.h382 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb);
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Ddce_v6_0.c1183 u8 *sadb = NULL; in dce_v6_0_audio_write_speaker_allocation() local
1201 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v6_0_audio_write_speaker_allocation()
1224 SPEAKER_ALLOCATION, sadb[0]); in dce_v6_0_audio_write_speaker_allocation()
1232 kfree(sadb); in dce_v6_0_audio_write_speaker_allocation()
Ddce_v8_0.c1236 u8 *sadb = NULL; in dce_v8_0_audio_write_speaker_allocation() local
1258 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v8_0_audio_write_speaker_allocation()
1271 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT); in dce_v8_0_audio_write_speaker_allocation()
1276 kfree(sadb); in dce_v8_0_audio_write_speaker_allocation()
Ddce_v10_0.c1283 u8 *sadb = NULL; in dce_v10_0_audio_write_speaker_allocation() local
1303 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v10_0_audio_write_speaker_allocation()
1319 SPEAKER_ALLOCATION, sadb[0]); in dce_v10_0_audio_write_speaker_allocation()
1326 kfree(sadb); in dce_v10_0_audio_write_speaker_allocation()
Ddce_v11_0.c1309 u8 *sadb = NULL; in dce_v11_0_audio_write_speaker_allocation() local
1329 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v11_0_audio_write_speaker_allocation()
1345 SPEAKER_ALLOCATION, sadb[0]); in dce_v11_0_audio_write_speaker_allocation()
1352 kfree(sadb); in dce_v11_0_audio_write_speaker_allocation()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_edid.c5490 u8 **sadb) in _drm_edid_to_speaker_allocation() argument
5500 *sadb = kmemdup(db->data, cea_db_payload_len(db), in _drm_edid_to_speaker_allocation()
5502 if (!*sadb) in _drm_edid_to_speaker_allocation()
5527 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation() argument
5532 sadb); in drm_edid_to_speaker_allocation()