Merge "disp: msm: sde: add delay after porches changed" into display-kernel.lnx.5.4

这个提交包含在:
Linux Build Service Account
2020-07-17 15:14:52 -07:00
提交者 Gerrit - the friendly Code Review server
当前提交 6d768e78df
修改 2 个文件,包含 11 行新增1 行删除

查看文件

@@ -52,13 +52,16 @@ 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_ERR_NEEDS_HW_RESET,
SDE_ENC_TIMING_ENGINE_RECONFIG,
};
struct sde_encoder_phys;