Browse Source

Merge "disp: msm: sde: reset retire fence when CWB is disabled"

qctecmdr 4 years ago
parent
commit
087fdfd66f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      msm/sde/sde_encoder_phys_wb.c

+ 2 - 0
msm/sde/sde_encoder_phys_wb.c

@@ -1809,6 +1809,8 @@ static void sde_encoder_phys_wb_disable(struct sde_encoder_phys *phys_enc)
 			return;
 			return;
 		}
 		}
 
 
+		if (phys_enc->connector)
+			sde_connector_commit_reset(phys_enc->connector, ktime_get());
 		goto exit;
 		goto exit;
 	}
 	}