Patch "drm/amd/display: Don't use DRM_ERROR() for DTM add topology" has been added to the 5.8-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/amd/display: Don't use DRM_ERROR() for DTM add topology

to the 5.8-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-amd-display-don-t-use-drm_error-for-dtm-add-topo.patch
and it can be found in the queue-5.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 545b096b430e6752a67861807457591aca5660d6
Author: Bhawanpreet Lakha <Bhawanpreet.Lakha@xxxxxxx>
Date:   Fri Aug 28 11:09:38 2020 -0400

    drm/amd/display: Don't use DRM_ERROR() for DTM add topology
    
    [ Upstream commit 4cdd7b332ed139b1e37faeb82409a14490adb644 ]
    
    [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@xxxxxxx>
    Acked-by: Aurabindo Pillai <aurabindo.pillai@xxxxxxx>
    Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c
index fb1161dd7ea80..3a367a5968ae1 100644
--- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c
+++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c
@@ -88,7 +88,7 @@ enum mod_hdcp_status mod_hdcp_add_display_to_topology(struct mod_hdcp *hdcp,
 	enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS;
 
 	if (!psp->dtm_context.dtm_initialized) {
-		DRM_ERROR("Failed to add display topology, DTM TA is not initialized.");
+		DRM_INFO("Failed to add display topology, DTM TA is not initialized.");
 		display->state = MOD_HDCP_DISPLAY_INACTIVE;
 		return MOD_HDCP_STATUS_FAILURE;
 	}



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux