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

Commit be2a3c90 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Move a6xx perfcounters to target specific"

parents 27425aa4 100ff4e1
Loading
Loading
Loading
Loading
+2 −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 \
@@ -39,6 +40,7 @@ msm_kgsl-y += \
	adreno_a6xx_hfi.o \
	adreno_a6xx_hwsched.o \
	adreno_a6xx_hwsched_hfi.o \
	adreno_a6xx_perfcounter.o \
	adreno_a6xx_preempt.o \
	adreno_a6xx_rgmu.o \
	adreno_a6xx_rpmh.o \
+0 −3
Original line number Diff line number Diff line
@@ -817,9 +817,6 @@ struct adreno_gpudev {
	bool (*sptprac_is_on)(struct adreno_device *adreno_dev);
	unsigned int (*ccu_invalidate)(struct adreno_device *adreno_dev,
				unsigned int *cmds);
	int (*perfcounter_update)(struct adreno_device *adreno_dev,
				struct adreno_perfcount_register *reg,
				bool update_reg);
	/** @read_alwayson: Return the current value of the alwayson counter */
	u64 (*read_alwayson)(struct adreno_device *adreno_dev);
	/**
+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.

Loading