summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Jiang <Andrew.Jiang@amd.com>2017-10-06 18:02:23 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-10-21 16:50:43 -0400
commitb0f8d4e963de8cd77c237a8ea37799f6f5ce995a (patch)
treecabaffa6367cd542625c7f99d580a66d123ebef9 /drivers
parent2979d7e973464c00154fa4fe029de128de3e51db (diff)
downloadblackbird-op-linux-b0f8d4e963de8cd77c237a8ea37799f6f5ce995a.tar.gz
blackbird-op-linux-b0f8d4e963de8cd77c237a8ea37799f6f5ce995a.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c b/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
index 97f040a25820..5cf69af9693d 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
@@ -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;
}
OpenPOWER on IntegriCloud