Merge "disp: msm: sde: fix rm/kms for handling all cont-splash cases"

This commit is contained in:
qctecmdr
2019-06-08 19:19:56 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 42 additions and 59 deletions

View File

@@ -282,7 +282,6 @@ struct sde_encoder_irq {
* @pending_kickoff_wq: Wait queue for blocking until kickoff completes
* @irq: IRQ tracking structures
* @has_intf_te: Interface TE configuration support
* @cont_splash_single_flush Variable to check if single flush is enabled.
* @cont_splash_enabled: Variable to store continuous splash settings.
* @in_clone_mode Indicates if encoder is in clone mode ref@CWB
* @vfp_cached: cached vertical front porch to be used for
@@ -326,7 +325,6 @@ struct sde_encoder_phys {
wait_queue_head_t pending_kickoff_wq;
struct sde_encoder_irq irq[INTR_IDX_MAX];
bool has_intf_te;
u32 cont_splash_single_flush;
bool cont_splash_enabled;
bool in_clone_mode;
int vfp_cached;