Searched refs:sadb (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | dce3_1_afmt.c | 31 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()
|
D | radeon_audio.c | 48 u8 *sadb, int sad_count); 50 u8 *sadb, int sad_count); 52 u8 *sadb, int sad_count); 54 u8 *sadb, int sad_count); 56 u8 *sadb, int sad_count); 58 u8 *sadb, int sad_count); 386 u8 *sadb = NULL; in radeon_audio_write_speaker_allocation() local 393 &sadb); in radeon_audio_write_speaker_allocation() 401 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation() 403 kfree(sadb); in radeon_audio_write_speaker_allocation()
|
D | dce6_afmt.c | 153 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument 170 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation() 178 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument 195 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
|
D | evergreen_hdmi.c | 120 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument 131 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation() 138 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument 149 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()
|
D | radeon_audio.h | 53 u8 *sadb, int sad_count);
|
/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v8_0.c | 1470 u8 *sadb = NULL; in dce_v8_0_audio_write_speaker_allocation() local 1490 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v8_0_audio_write_speaker_allocation() 1503 tmp |= (sadb[0] << AZALIA_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER__SPEAKER_ALLOCATION__SHIFT); in dce_v8_0_audio_write_speaker_allocation() 1508 kfree(sadb); in dce_v8_0_audio_write_speaker_allocation()
|
D | dce_v11_0.c | 1498 u8 *sadb = NULL; in dce_v11_0_audio_write_speaker_allocation() local 1516 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v11_0_audio_write_speaker_allocation() 1532 SPEAKER_ALLOCATION, sadb[0]); in dce_v11_0_audio_write_speaker_allocation() 1539 kfree(sadb); in dce_v11_0_audio_write_speaker_allocation()
|
D | dce_v10_0.c | 1531 u8 *sadb = NULL; in dce_v10_0_audio_write_speaker_allocation() local 1549 sad_count = drm_edid_to_speaker_allocation(amdgpu_connector_edid(connector), &sadb); in dce_v10_0_audio_write_speaker_allocation() 1565 SPEAKER_ALLOCATION, sadb[0]); in dce_v10_0_audio_write_speaker_allocation() 1572 kfree(sadb); in dce_v10_0_audio_write_speaker_allocation()
|
/drivers/gpu/drm/ |
D | drm_edid.c | 3514 int drm_edid_to_speaker_allocation(struct edid *edid, u8 **sadb) in drm_edid_to_speaker_allocation() argument 3544 *sadb = kmemdup(&db[1], dbl, GFP_KERNEL); in drm_edid_to_speaker_allocation() 3545 if (!*sadb) in drm_edid_to_speaker_allocation()
|