mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:09:48 +07:00
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
@ -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…
Reference in New Issue
Block a user