|
@@ -1006,8 +1006,10 @@ void dce110_unblank_stream(struct pipe_ctx *pipe_ctx,
|
|
|
if (dc_is_dp_signal(pipe_ctx->stream->signal))
|
|
|
pipe_ctx->stream_res.stream_enc->funcs->dp_unblank(pipe_ctx->stream_res.stream_enc, ¶ms);
|
|
|
|
|
|
- if (link->local_sink && link->local_sink->sink_signal == SIGNAL_TYPE_EDP)
|
|
|
+ if (link->local_sink && link->local_sink->sink_signal == SIGNAL_TYPE_EDP) {
|
|
|
link->dc->hwss.edp_backlight_control(link, true);
|
|
|
+ stream->bl_pwm_level = 0;
|
|
|
+ }
|
|
|
}
|
|
|
void dce110_blank_stream(struct pipe_ctx *pipe_ctx)
|
|
|
{
|