diff options
author | 2017-07-28 12:07:38 -0400 | |
---|---|---|
committer | 2017-09-26 18:16:01 -0400 | |
commit | d54d29db47cdbe1f26776f2d03320ca56c5271fa (patch) | |
tree | f3dd7582883ad98c5a7818dde910760ad75040fb /drivers/gpu/drm/amd/display/dc/inc | |
parent | drm/amd/display: fix >340 Mhz with deep color pipe split no display (diff) | |
download | linux-dev-d54d29db47cdbe1f26776f2d03320ca56c5271fa.tar.xz linux-dev-d54d29db47cdbe1f26776f2d03320ca56c5271fa.zip |
drm/amd/display: Move and Rename "is_stream_changed()"
-Move "is_stream_changed()" to DC interface
-Rename "is_stream_changed()" to "dc_is_stream_changed()"
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-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')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/resource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/resource.h b/drivers/gpu/drm/amd/display/dc/inc/resource.h index 571bfae62a3c..ca3f49379bea 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/resource.h +++ b/drivers/gpu/drm/amd/display/dc/inc/resource.h @@ -132,8 +132,6 @@ struct pipe_ctx *find_idle_secondary_pipe( bool resource_is_stream_unchanged( struct validate_context *old_context, struct dc_stream *stream); -bool is_stream_unchanged( - struct dc_stream *old_stream, struct dc_stream *stream); bool resource_validate_attach_surfaces( const struct dc_validation_set set[], |