We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e1519 commit b669507Copy full SHA for b669507
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
@@ -1225,7 +1225,7 @@ void dce110_blank_stream(struct pipe_ctx *pipe_ctx)
1225
return;
1226
1227
if (link->local_sink && link->local_sink->sink_signal == SIGNAL_TYPE_EDP) {
1228
- if (!link->skip_implict_edp_power_control)
+ if (!link->skip_implict_edp_power_control && hws)
1229
hws->funcs.edp_backlight_control(link, false);
1230
link->dc->hwss.set_abm_immediate_disable(pipe_ctx);
1231
}
0 commit comments