Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82507cc8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Add a missing field in the a4xx_perfcounters_vbif_pwr"

parents c46546fc 345f112b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -695,13 +695,13 @@ static struct adreno_perfcount_register a4xx_perfcounters_vbif[] = {
};

static struct adreno_perfcount_register a4xx_perfcounters_vbif_pwr[] = {
	{ KGSL_PERFCOUNTER_NOT_USED, 0, A4XX_VBIF_PERF_PWR_CNT_LOW0,
	{ KGSL_PERFCOUNTER_NOT_USED, 0, 0, A4XX_VBIF_PERF_PWR_CNT_LOW0,
		-1, A4XX_VBIF_PERF_PWR_CNT_EN0 },
	{ KGSL_PERFCOUNTER_NOT_USED, 0, A4XX_VBIF_PERF_PWR_CNT_LOW1,
	{ KGSL_PERFCOUNTER_NOT_USED, 0, 0, A4XX_VBIF_PERF_PWR_CNT_LOW1,
		-1, A4XX_VBIF_PERF_PWR_CNT_EN1 },
	{ KGSL_PERFCOUNTER_NOT_USED, 0, A4XX_VBIF_PERF_PWR_CNT_LOW2,
	{ KGSL_PERFCOUNTER_NOT_USED, 0, 0, A4XX_VBIF_PERF_PWR_CNT_LOW2,
		-1, A4XX_VBIF_PERF_PWR_CNT_EN2 },
	{ KGSL_PERFCOUNTER_NOT_USED, 0, A4XX_VBIF_PERF_PWR_CNT_LOW3,
	{ KGSL_PERFCOUNTER_NOT_USED, 0, 0, A4XX_VBIF_PERF_PWR_CNT_LOW3,
		-1, A4XX_VBIF_PERF_PWR_CNT_EN3 },
};