diff options
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 |