Merge "msm: kgsl: Correct the merciu size for a540"

This commit is contained in:
Linux Build Service Account 2016-11-09 16:24:54 -08:00 committed by Gerrit - the friendly Code Review server
commit 04fa73f4a4

View file

@ -196,6 +196,8 @@ static void a5xx_platform_setup(struct adreno_device *adreno_dev)
/* A510 has 3 XIN ports in VBIF */
gpudev->vbif_xin_halt_ctrl0_mask =
A510_VBIF_XIN_HALT_CTRL0_MASK;
} else if (adreno_is_a540(adreno_dev)) {
gpudev->snapshot_data->sect_sizes->cp_merciu = 1024;
}
/* Calculate SP local and private mem addresses */