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 21:52:41 +0000 (17:52 -0400)
commitbd80d584cd8e2502b6be48544a14970016c86aa4
tree4805f318c10c7305e37bf1a155de738752128027
parent6cd792372489a56686c7b38e80ddad62cb3d0fec
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