drm/amd/display: Don't set cursor address is 0 logging as errors
This actually happens quite a bit, and having it as an error causes false positive messages when running tests. Signed-off-by: Andrew Jiang <Andrew.Jiang@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
2979d7e973
commit
b0f8d4e963
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ bool dc_stream_set_cursor_attributes(
|
|||
}
|
||||
|
||||
if (attributes->address.quad_part == 0) {
|
||||
dm_error("DC: Cursor address is 0!\n");
|
||||
dm_output_to_console("DC: Cursor address is 0!\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue