drm/amd/display: fix hotplug regression after code refactor
authorRoman Li <Roman.Li@amd.com>
Thu, 15 Dec 2016 16:51:09 +0000 (11:51 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:05:29 +0000 (17:05 -0400)
commit9cdc4e7ce4cae74bbe64a0e0ed15655dfa50a8a1
tree29651aaf61fc9ed01966f316bc5acaae8909bab7
parentaa66df58b2f272dad459c9f02fa3718d844b9fc6
drm/amd/display: fix hotplug regression after code refactor

The condition logic of REG_WAIT in dce110_stream_encoder_dp_blank()
got inverted after refactoring.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Jordan Lazare <Jordan.Lazare@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c