drm/amd/display: clean up validation failure log spam
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Mon, 18 Mar 2019 22:20:56 +0000 (18:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 22 Jun 2019 14:34:08 +0000 (09:34 -0500)
commit00999d991fdebc1ee2d0b06342c6d10e3c51d4c8
tree2b196644a00643b43d2eafa485e6b2a275730581
parent0cd3262566797b3c2de5a180b32fa820808f7f1a
drm/amd/display: clean up validation failure log spam

Currently dcn2+ validation will unconditionally print a failure
reason before validation completes. This change categorizes the
failure reason as a warning log and only prints at the end of
validation resolving false positives.

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Nikola Cornij <Nikola.Cornij@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c