aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Syu <[email protected]>2020-06-10 16:44:33 +0800
committerAlex Deucher <[email protected]>2020-08-26 15:27:52 -0400
commitcba4b52e431e5de3d8012281cfe194f1c39a9052 (patch)
tree68e3d3459ba91d509f6e7f8a9452e196d3ce4290
parentefbde23a3b0164cef27fd394e7d548f46af5b51d (diff)
drm/amd/display: Keep current gain when ABM disable immediately
[Why] When system enters s3/s0i3, backlight PWM would set user level. [How] ABM disable function add keep current gain to avoid it. Signed-off-by: Brandon Syu <[email protected]> Reviewed-by: Josip Pavic <[email protected]> Acked-by: Eryk Brol <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_stream.h b/drivers/gpu/drm/amd/display/dc/dc_stream.h
index 633442bc7ef2..d9888f316da6 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_stream.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_stream.h
@@ -233,7 +233,7 @@ struct dc_stream_state {
union stream_update_flags update_flags;
};
-#define ABM_LEVEL_IMMEDIATE_DISABLE 0xFFFFFFFF
+#define ABM_LEVEL_IMMEDIATE_DISABLE 255
struct dc_stream_update {
struct dc_stream_state *stream;