Revert "disp: msm: sde: add delay after porches changed"

This reverts commit 15ae91e806.

Change-Id: I11c795a8d16440a42e36e3a5bef27a6a78eec5fc
Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
这个提交包含在:
Narendra Muppalla
2020-09-10 17:43:01 -07:00
父节点 d478974b21
当前提交 9a26376b14
修改 2 个文件,包含 1 行新增11 行删除

查看文件

@@ -52,16 +52,13 @@ enum sde_enc_split_role {
* @SDE_ENC_ENABLED: Encoder is enabled
* @SDE_ENC_ERR_NEEDS_HW_RESET: Encoder is enabled, but requires a hw_reset
* to recover from a previous error
* @SDE_ENC_TIMING_ENGINE_RECONFIG: Encoder is enabled and timing engine
* parameters are updated
*/
enum sde_enc_enable_state {
SDE_ENC_DISABLING,
SDE_ENC_DISABLED,
SDE_ENC_ENABLING,
SDE_ENC_ENABLED,
SDE_ENC_ERR_NEEDS_HW_RESET,
SDE_ENC_TIMING_ENGINE_RECONFIG,
SDE_ENC_ERR_NEEDS_HW_RESET
};
struct sde_encoder_phys;