Explorar el Código

disp: msm: sde: enable EPT feature for pitti

Add changes to enable ept feature during catalog init
for pitti target.

Change-Id: I3ba9d4e371373c8cd9a761139260b8b60ab6037f
Signed-off-by: Jayaprakash Madisetty <[email protected]>
Jayaprakash Madisetty hace 1 año
padre
commit
f410e07221
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      msm/sde/sde_hw_catalog.c

+ 1 - 0
msm/sde/sde_hw_catalog.c

@@ -5587,6 +5587,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
 		set_bit(SDE_FEATURE_HW_VSYNC_TS, sde_cfg->features);
 		set_bit(SDE_FEATURE_AVR_STEP, sde_cfg->features);
 		set_bit(SDE_FEATURE_UBWC_STATS, sde_cfg->features);
+		set_bit(SDE_FEATURE_EPT, sde_cfg->features);
 	} else {
 		SDE_ERROR("unsupported chipset id:%X\n", hw_rev);
 		sde_cfg->perf.min_prefill_lines = 0xffff;