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 3ffb193 commit 389c6b3Copy full SHA for 389c6b3
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
@@ -276,8 +276,8 @@ static void program_cursor_attributes(
276
}
277
278
dc->hwss.set_cursor_attribute(pipe_ctx);
279
-
280
- dc_send_update_cursor_info_to_dmu(pipe_ctx, i);
+ if (dc->ctx->dmub_srv)
+ dc_send_update_cursor_info_to_dmu(pipe_ctx, i);
281
if (dc->hwss.set_cursor_sdr_white_level)
282
dc->hwss.set_cursor_sdr_white_level(pipe_ctx);
283
@@ -396,8 +396,8 @@ static void program_cursor_position(
396
397
398
dc->hwss.set_cursor_position(pipe_ctx);
399
400
401
402
403
if (pipe_to_program)
0 commit comments