Merge "disp: msm: sde: add delay after porches changed" into display-kernel.lnx.5.4
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

当前提交
6d768e78df
@@ -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;
|
||||
|
在新工单中引用
屏蔽一个用户