Kaynağa Gözat

disp: msm: sde: add dp dsc reservation switch property in waipio

This change adds SDE_DP_DSC_RESERVATION_SWITCH for
allowed_dsc_reservation_switch catalog property in waipio
target.

Change-Id: I0fc205fe586503eb238491e3d8f16c0c19053de7
Signed-off-by: Yashwanth <[email protected]>
Yashwanth 4 yıl önce
ebeveyn
işleme
728fc8d84b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      msm/sde/sde_hw_catalog.c

+ 1 - 0
msm/sde/sde_hw_catalog.c

@@ -5044,6 +5044,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
 		sde_cfg->has_trusted_vm_support = true;
 		sde_cfg->syscache_supported = true;
 	} else if (IS_WAIPIO_TARGET(hw_rev)) {
+		sde_cfg->allowed_dsc_reservation_switch = SDE_DP_DSC_RESERVATION_SWITCH;
 		sde_cfg->has_dedicated_cwb_support = true;
 		sde_cfg->has_cwb_dither = true;
 		sde_cfg->has_wb_ubwc = true;