drm/amdgpu/display: don't assert in set backlight function
It just spams the logs. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3c8e99cc12
commit
10ba4d0c35
|
@ -2614,7 +2614,6 @@ bool dc_link_set_backlight_level(const struct dc_link *link,
|
|||
if (pipe_ctx->plane_state == NULL)
|
||||
frame_ramp = 0;
|
||||
} else {
|
||||
ASSERT(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue