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:
Andrew Jiang 2017-10-06 18:02:23 -04:00 committed by Alex Deucher
parent 2979d7e973
commit b0f8d4e963

View File

@ -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;
}