Merge "msm: kgsl: Fix typo in a6xx snapshot"

This commit is contained in:
qctecmdr Service 2018-07-25 04:58:17 -07:00 committed by Gerrit - the friendly Code Review server
commit 37c29e02e1

View File

@ -184,9 +184,9 @@ static struct a6xx_cluster_dbgahb_registers {
ARRAY_SIZE(a6xx_sp_ps_tp_2d_cluster) / 2 },
{ CP_CLUSTER_SP_PS, 0x0002E000, 0x42, a6xx_hlsq_duplicate_cluster,
ARRAY_SIZE(a6xx_hlsq_duplicate_cluster) / 2 },
{ CP_CLUSTER_SP_VS, 0x0002A000, 0x22, a6xx_sp_duplicate_cluster,
{ CP_CLUSTER_SP_PS, 0x0002A000, 0x22, a6xx_sp_duplicate_cluster,
ARRAY_SIZE(a6xx_sp_duplicate_cluster) / 2 },
{ CP_CLUSTER_SP_VS, 0x0002C000, 0x2, a6xx_tp_duplicate_cluster,
{ CP_CLUSTER_SP_PS, 0x0002C000, 0x2, a6xx_tp_duplicate_cluster,
ARRAY_SIZE(a6xx_tp_duplicate_cluster) / 2 },
};