]> 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 22:23:14 +0000 (18:23 -0400)
commit7377047ed8f67a15c41c5a6aac2536db50061ffb
treedb58844928250e869c7f702e163ef475c46cf0c9
parenteb6715ebe2de3b854d0a0388251b7e01028d8ac5
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