Quellcode durchsuchen

disp: msm: sde: enable EPT_FPS feature for cmd mode in pineapple target

Enable the Expected Present Time feature through the FPS for cmd
mode panels in pineapple target.

Change-Id: Ib1e3c7aaf5329004ffdf89672e919228931468ee
Signed-off-by: Veera Sundaram Sankaran <[email protected]>
Veera Sundaram Sankaran vor 2 Jahren
Ursprung
Commit
ae24e846e1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      msm/sde/sde_hw_catalog.c

+ 1 - 0
msm/sde/sde_hw_catalog.c

@@ -5396,6 +5396,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
 		set_bit(SDE_FEATURE_SYS_CACHE_STALING, sde_cfg->features);
 		set_bit(SDE_FEATURE_WB_ROTATION, sde_cfg->features);
 		set_bit(SDE_FEATURE_EPT, sde_cfg->features);
+		set_bit(SDE_FEATURE_EPT_FPS, sde_cfg->features);
 		sde_cfg->allowed_dsc_reservation_switch = SDE_DP_DSC_RESERVATION_SWITCH;
 		sde_cfg->autorefresh_disable_seq = AUTOREFRESH_DISABLE_SEQ2;
 		sde_cfg->perf.min_prefill_lines = 40;