File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/gpu/drm/amd/display/modules/hdcp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ enum mod_hdcp_status mod_hdcp_hdcp1_enable_dp_stream_encryption(struct mod_hdcp
443
443
for (i = 0 ; i < MAX_NUM_OF_DISPLAYS ; i ++ ) {
444
444
445
445
if (hdcp -> displays [i ].adjust .disable || hdcp -> displays [i ].state != MOD_HDCP_DISPLAY_ACTIVE )
446
- continue ;
446
+ continue ;
447
447
448
448
memset (hdcp_cmd , 0 , sizeof (struct ta_hdcp_shared_memory ));
449
449
@@ -926,7 +926,7 @@ enum mod_hdcp_status mod_hdcp_hdcp2_enable_dp_stream_encryption(struct mod_hdcp
926
926
927
927
for (i = 0 ; i < MAX_NUM_OF_DISPLAYS ; i ++ ) {
928
928
if (hdcp -> displays [i ].adjust .disable || hdcp -> displays [i ].state != MOD_HDCP_DISPLAY_ACTIVE )
929
- continue ;
929
+ continue ;
930
930
931
931
hdcp_cmd -> in_msg .hdcp2_enable_dp_stream_encryption .display_handle = hdcp -> displays [i ].index ;
932
932
hdcp_cmd -> in_msg .hdcp2_enable_dp_stream_encryption .session_handle = hdcp -> auth .id ;
You can’t perform that action at this time.
0 commit comments