]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitba362d67f2b708e30d7395af5015899bdba273d3
tree0a5df9ffbf3fef4d0685b0d781f48ed930e6ee0b
parent10c1c96653a46f14f7b816ac76544567b3ed8a19
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