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

Commit 3e0427c0 authored by Shrenuj Bansal's avatar Shrenuj Bansal
Browse files

msm: kgsl: Correct the group id for certain perfcounter groups



The Group ID for the LRZ and CMP perfcounter group was switched
when the initial change was made.

Change-Id: Id6adc4bc7dfb6b2940ad0c6c4a8e5addc5e867dc
Signed-off-by: default avatarShrenuj Bansal <shrenujb@codeaurora.org>
parent fd854d74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -351,8 +351,8 @@ struct kgsl_sp_generic_mem {
#define KGSL_PERFCOUNTER_GROUP_L2 0x16
#define KGSL_PERFCOUNTER_GROUP_VSC 0x17
#define KGSL_PERFCOUNTER_GROUP_CCU 0x18
#define KGSL_PERFCOUNTER_GROUP_CMP 0x19
#define KGSL_PERFCOUNTER_GROUP_LRZ 0x1A
#define KGSL_PERFCOUNTER_GROUP_LRZ 0x19
#define KGSL_PERFCOUNTER_GROUP_CMP 0x1A
#define KGSL_PERFCOUNTER_GROUP_ALWAYSON 0x1B
#define KGSL_PERFCOUNTER_GROUP_SP_PWR 0x1C
#define KGSL_PERFCOUNTER_GROUP_TP_PWR 0x1D