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 <quic_jmadiset@quicinc.com>
此提交包含在:
Jayaprakash Madisetty
2024-05-09 18:39:57 +05:30
父節點 d021bca90e
當前提交 f410e07221

查看文件

@@ -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;