Commit 10ba4d0c authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/display: don't assert in set backlight function

It just spams the logs.
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3c8e99cc
...@@ -2614,7 +2614,6 @@ bool dc_link_set_backlight_level(const struct dc_link *link, ...@@ -2614,7 +2614,6 @@ bool dc_link_set_backlight_level(const struct dc_link *link,
if (pipe_ctx->plane_state == NULL) if (pipe_ctx->plane_state == NULL)
frame_ramp = 0; frame_ramp = 0;
} else { } else {
ASSERT(false);
return false; return false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment