disp: msm: sde: enable uidle on pineapple target
Pineapple target adds support for writeback contributing to fal status. This removes the need to signal fal10 veto in those usecases. In addition, it is no longer needed to program uidle active per ctl path. Change-Id: I5e3509fa6399d212563322d51eba04c38a41e9b8 Signed-off-by: Nilaan Gunabalachandran <quic_ngunabal@quicinc.com>
This commit is contained in:
@@ -236,6 +236,9 @@ static void _sde_encoder_control_fal10_veto(struct drm_encoder *drm_enc, bool ve
|
||||
if (!sde_kms || !sde_kms->hw_uidle || !sde_kms->hw_uidle->ops.uidle_fal10_override)
|
||||
return;
|
||||
|
||||
if (test_bit(SDE_UIDLE_WB_FAL_STATUS, &sde_kms->catalog->uidle_cfg.features))
|
||||
return;
|
||||
|
||||
/*
|
||||
* clone mode is the only scenario where we want to enable software override
|
||||
* of fal10 veto.
|
||||
|
Reference in New Issue
Block a user