Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f496ba86 authored by xieshuangshuang's avatar xieshuangshuang Committed by hecaiqiang
Browse files

Synchronize codes for Oneplus 7 Pro Oxygen OS 9.5.7.GM21AA

optimize the fod display status

Change-Id: I4bab75823a5f9b7748dea1147b187ebca9849140
parent 2dd379d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -4117,6 +4117,8 @@ static void _sde_encoder_setup_dither(struct sde_encoder_phys *phys)
			}
			}
		}
		}
	} else {
	} else {
        /*kent.xie@MM.Display.LCD.Feature,2018-08-19 force enable dither on Fingerprint scene */
        if (_sde_encoder_setup_dither_for_onscreenfingerprint(phys,phys->hw_pp, dither_cfg, len))
		phys->hw_pp->ops.setup_dither(phys->hw_pp, dither_cfg, len);
		phys->hw_pp->ops.setup_dither(phys->hw_pp, dither_cfg, len);
	}
	}
}
}