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

Commit cbc00716 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Move a5xx perfcounters to target specific code



Continuing to migrate the perfcounters by moving the a5xx counters
to the target specific side.

Change-Id: Ic0dedbad0ff3876e291a9daedb2349daf1e1916c
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 4b3d0da6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ msm_kgsl-y += \
	adreno_a3xx_perfcounter.o \
	adreno_a3xx_snapshot.o \
	adreno_a5xx.o \
	adreno_a5xx_perfcounter.o \
	adreno_a5xx_preempt.o \
	adreno_a5xx_snapshot.o \
	adreno_a6xx.o \
+2 −413

File changed.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -237,4 +237,8 @@ unsigned int a5xx_preemption_pre_ibsubmit(

void a5xx_preempt_callback(struct adreno_device *adreno_dev, int bit);

u64 a5xx_read_alwayson(struct adreno_device *adreno_dev);

extern struct adreno_perfcounters adreno_a5xx_perfcounters;

#endif
+627 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −104

File changed.

Preview size limit exceeded, changes collapsed.

Loading