Merge "disp: msm: sde: add demura caps to waipio target"

This commit is contained in:
qctecmdr
2021-04-30 16:41:47 -07:00
committed by Gerrit - the friendly Code Review server

파일 보기

@@ -5076,6 +5076,11 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
sde_cfg->has_avr_step = true;
sde_cfg->has_trusted_vm_support = true;
sde_cfg->has_ubwc_stats = true;
sde_cfg->has_demura = true;
sde_cfg->demura_supported[SSPP_DMA1][0] = 0;
sde_cfg->demura_supported[SSPP_DMA1][1] = 1;
sde_cfg->demura_supported[SSPP_DMA3][0] = 0;
sde_cfg->demura_supported[SSPP_DMA3][1] = 1;
} else if (IS_YUPIK_TARGET(hw_rev)) {
sde_cfg->has_cwb_support = true;
sde_cfg->has_qsync = true;