aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw
diff options
context:
space:
mode:
authorAlvin Lee <[email protected]>2023-09-12 18:51:47 +0000
committerAlex Deucher <[email protected]>2024-07-23 21:07:09 +0000
commit4ccc8fdcca670edd76d8bfd6389f04c448cff6f6 (patch)
treee012b042e0135102f5d61a8f66678d9e7d2eb318 /drivers/gpu/drm/amd/display/dc/inc/hw
parentdrm/amd/display: Disable replay if VRR capability is false (diff)
downloadkernel-4ccc8fdcca670edd76d8bfd6389f04c448cff6f6.tar.gz
kernel-4ccc8fdcca670edd76d8bfd6389f04c448cff6f6.zip
drm/amd/display: Disable HBR audio for DP2 for certain ASICs
[Description] Due to a HW bug, HBR audio is not supported for DP2 encoders for certain ASICs. Reviewed-by: Alvin Lee <[email protected]> Signed-off-by: Jerry Zuo <[email protected]> Signed-off-by: Alvin Lee <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/audio.h b/drivers/gpu/drm/amd/display/dc/inc/hw/audio.h
index b6203253111c..8c18efc2aa70 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/audio.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/audio.h
@@ -46,6 +46,8 @@ struct audio_funcs {
const struct audio_info *audio_info,
const struct audio_dp_link_info *dp_link_info);
+ void (*az_disable_hbr_audio)(struct audio *audio);
+
void (*wall_dto_setup)(struct audio *audio,
enum signal_type signal,
const struct audio_crtc_info *crtc_info,