OSDN Git Service

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 22:23:14 +0000 (18:23 -0400)
commit4cdd7b332ed139b1e37faeb82409a14490adb644
treedb58844928250e869c7f702e163ef475c46cf0c9
parentcc8e66e769ebd1d10c406a3152474bab24ac1730
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