diff options
author | Alvin Lee <alvin.lee2@amd.com> | 2019-08-02 13:42:49 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-09-13 17:55:01 -0500 |
commit | 48af9b91b129f1d93221cd9f76032610a8cc6514 (patch) | |
tree | c110d4a29117446e79790d57b4a681f9dad12696 /drivers/gpu/drm/amd/display/dc/dm_helpers.h | |
parent | e6d14df74064fc65c6367d4c717e016c9d99be59 (diff) | |
download | linux-48af9b91b129f1d93221cd9f76032610a8cc6514.tar.gz linux-48af9b91b129f1d93221cd9f76032610a8cc6514.tar.bz2 linux-48af9b91b129f1d93221cd9f76032610a8cc6514.zip |
drm/amd/display: Don't allocate payloads if link lost
We should not allocate payloads if the link is lost until the link is retrained.
Some displays require this.
Signed-off-by: Alvin Lee <alvin.lee2@amd.com>
Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dm_helpers.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dm_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dm_helpers.h b/drivers/gpu/drm/amd/display/dc/dm_helpers.h index b6b4333737f2..94b75e942607 100644 --- a/drivers/gpu/drm/amd/display/dc/dm_helpers.h +++ b/drivers/gpu/drm/amd/display/dc/dm_helpers.h @@ -74,7 +74,7 @@ void dm_helpers_dp_mst_clear_payload_allocation_table( /* * Polls for ACT (allocation change trigger) handled and */ -bool dm_helpers_dp_mst_poll_for_allocation_change_trigger( +enum act_return_status dm_helpers_dp_mst_poll_for_allocation_change_trigger( struct dc_context *ctx, const struct dc_stream_state *stream); /* |