drm/amd/display: Fix disable_stutter debug option
authorHarry Wentland <harry.wentland@amd.com>
Thu, 7 May 2020 13:48:06 +0000 (09:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 May 2020 16:37:19 +0000 (12:37 -0400)
commit087a1ff8fbd0164bd4c4d57343c8e51411aa098e
tree0a5df9ffbf3fef4d0685b0d781f48ed930e6ee0b
parent8a791dabea181607f27aacb89c5e75a2eaaf0586
drm/amd/display: Fix disable_stutter debug option

[Why & How]
One call was forcing stutter on instead of looking at the debug option.
Ensure we always check the debug option unless we want to force stutter
off.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c