summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorLeon Elazar2017-03-14 16:54:31 +0100
committerAlex Deucher2017-09-26 23:20:00 +0200
commitee8f63e1781eb3e4acdcff5324ca29b723aded45 (patch)
tree8d1128a0a8372839e5c47fcfb9b095d5fe694ca6 /drivers/gpu/drm/amd/display/dc/dc.h
parentdrm/amd/display: fix bw calc internal initialization error (diff)
downloadkernel-qcow2-linux-ee8f63e1781eb3e4acdcff5324ca29b723aded45.tar.gz
kernel-qcow2-linux-ee8f63e1781eb3e4acdcff5324ca29b723aded45.tar.xz
kernel-qcow2-linux-ee8f63e1781eb3e4acdcff5324ca29b723aded45.zip
drm/amd/display: changing the dc_update_surfaces_and_stream
1. Adding the ability to update the stream parameters during FULL_UPDATE type Signed-off-by: Leon Elazar <leon.elazar@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index b1bff597c0f7..8b033ba5df6e 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -556,6 +556,7 @@ enum surface_update_type dc_check_update_surfaces_for_stream(
struct dc *dc,
struct dc_surface_update *updates,
int surface_count,
+ struct dc_stream_update *stream_update,
const struct dc_stream_status *stream_status);
/*******************************************************************************