|
@@ -1271,12 +1271,6 @@ static void _sde_sspp_setup_vig(struct sde_mdss_cfg *sde_cfg,
|
|
|
sde_cfg->true_inline_dwnscale_nrt;
|
|
|
sblk->in_rot_maxheight =
|
|
|
MAX_PRE_ROT_HEIGHT_INLINE_ROT_DEFAULT;
|
|
|
- sblk->in_rot_prefill_fudge_lines =
|
|
|
- sde_cfg->true_inline_prefill_fudge_lines;
|
|
|
- sblk->in_rot_prefill_lines_nv12 =
|
|
|
- sde_cfg->true_inline_prefill_lines_nv12;
|
|
|
- sblk->in_rot_prefill_lines =
|
|
|
- sde_cfg->true_inline_prefill_lines;
|
|
|
}
|
|
|
|
|
|
if (IS_SDE_INLINE_ROT_REV_200(sde_cfg->true_inline_rot_rev)) {
|
|
@@ -4327,9 +4321,6 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
|
|
|
MAX_DOWNSCALE_RATIO_INROT_NOPD_RT_DENOMINATOR;
|
|
|
sde_cfg->true_inline_dwnscale_nrt =
|
|
|
MAX_DOWNSCALE_RATIO_INROT_NRT_DEFAULT;
|
|
|
- sde_cfg->true_inline_prefill_fudge_lines = 2;
|
|
|
- sde_cfg->true_inline_prefill_lines_nv12 = 32;
|
|
|
- sde_cfg->true_inline_prefill_lines = 48;
|
|
|
sde_cfg->uidle_cfg.uidle_rev = SDE_UIDLE_VERSION_1_0_0;
|
|
|
sde_cfg->inline_disable_const_clr = true;
|
|
|
} else if (IS_SAIPAN_TARGET(hw_rev)) {
|
|
@@ -4358,9 +4349,6 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
|
|
|
MAX_DOWNSCALE_RATIO_INROT_NOPD_RT_DENOMINATOR;
|
|
|
sde_cfg->true_inline_dwnscale_nrt =
|
|
|
MAX_DOWNSCALE_RATIO_INROT_NRT_DEFAULT;
|
|
|
- sde_cfg->true_inline_prefill_fudge_lines = 2;
|
|
|
- sde_cfg->true_inline_prefill_lines_nv12 = 32;
|
|
|
- sde_cfg->true_inline_prefill_lines = 48;
|
|
|
sde_cfg->inline_disable_const_clr = true;
|
|
|
} else if (IS_SDMTRINKET_TARGET(hw_rev)) {
|
|
|
sde_cfg->has_cwb_support = true;
|
|
@@ -4414,9 +4402,6 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
|
|
|
MAX_DOWNSCALE_RATIO_INROT_PD_RT_DENOMINATOR;
|
|
|
sde_cfg->true_inline_dwnscale_nrt =
|
|
|
MAX_DOWNSCALE_RATIO_INROT_NRT_DEFAULT;
|
|
|
- sde_cfg->true_inline_prefill_fudge_lines = 2;
|
|
|
- sde_cfg->true_inline_prefill_lines_nv12 = 32;
|
|
|
- sde_cfg->true_inline_prefill_lines = 48;
|
|
|
sde_cfg->uidle_cfg.uidle_rev = SDE_UIDLE_VERSION_1_0_0;
|
|
|
sde_cfg->vbif_disable_inner_outer_shareable = true;
|
|
|
} else {
|