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/dc.h | |
| 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/dc.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 63fd5b3de738..0918569eefa8 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -534,6 +534,8 @@ struct dc_stream_update { struct dc_transfer_func *out_transfer_func; }; +bool dc_is_stream_unchanged( + struct dc_stream *old_stream, struct dc_stream *stream); /* * Setup stream attributes if no stream updates are provided |
