summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/core_types.h
diff options
context:
space:
mode:
authorCharlene Liu2017-07-17 22:04:02 +0200
committerAlex Deucher2017-09-27 00:15:15 +0200
commit15e173352eeae76286e0d018f9eec6b55726caa4 (patch)
tree56b16a35bf2536f1534542bfe31b8669549ab84c /drivers/gpu/drm/amd/display/dc/inc/core_types.h
parentdrm/amd/display: properly turn off unused mpc before front end programming (diff)
downloadkernel-qcow2-linux-15e173352eeae76286e0d018f9eec6b55726caa4.tar.gz
kernel-qcow2-linux-15e173352eeae76286e0d018f9eec6b55726caa4.tar.xz
kernel-qcow2-linux-15e173352eeae76286e0d018f9eec6b55726caa4.zip
drm/amd/display: fix aviInfoFrame bar Info and add set_avMute
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/core_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/core_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
index d216522a9989..d75368030917 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
@@ -179,6 +179,7 @@ void core_link_enable_stream(struct pipe_ctx *pipe_ctx);
void core_link_disable_stream(struct pipe_ctx *pipe_ctx);
+void core_link_set_avmute(struct pipe_ctx *pipe_ctx, bool enable);
/********** DAL Core*********************/
#include "display_clock.h"
#include "transform.h"