Merge changes Iea651a2f,Idb564927 into display-kernel.lnx.5.4

* changes:
  disp: sde: add CRTC property for VM requests
  disp: msm: sde: add capability flag for trusted VM support
This commit is contained in:
Linux Build Service Account
2020-07-01 11:36:06 -07:00
gecommit door Gerrit - the friendly Code Review server
bovenliggende ffa7156d3a 8b032e5e46
commit b86633e592
5 gewijzigde bestanden met toevoegingen van 31 en 0 verwijderingen

Bestand weergeven

@@ -4727,6 +4727,7 @@ static int _sde_hardware_pre_caps(struct sde_mdss_cfg *sde_cfg, uint32_t hw_rev)
sde_cfg->vbif_disable_inner_outer_shareable = true;
sde_cfg->dither_luma_mode_support = true;
sde_cfg->mdss_hw_block_size = 0x158;
sde_cfg->has_trusted_vm_support = true;
} else {
SDE_ERROR("unsupported chipset id:%X\n", hw_rev);
sde_cfg->perf.min_prefill_lines = 0xffff;