]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Don't use DRM_ERROR() for DTM add topology
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Fri, 28 Aug 2020 15:09:38 +0000 (11:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Sep 2020 21:52:41 +0000 (17:52 -0400)
commit1f128a87b3c1d6af6ac185a4b868fccd2cdd8321
tree4805f318c10c7305e37bf1a155de738752128027
parentc70e9817f5a71c460eff26731ab1e4f54a158c12
drm/amd/display: Don't use DRM_ERROR() for DTM add topology

[Why]
Previously we were only calling add_topology when hdcp was being enabled.
Now we call add_topology by default so the ERROR messages are printed if
the firmware is not loaded.

This error message is not relevant for normal display functionality so
no need to print a ERROR message.

[How]
Change DRM_ERROR to DRM_INFO

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c