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

Commit 7cc33411 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Remove 4xx support



Remove 4xx support from the msm-4.19 kernel. We are unlikely to see
any more targets from this family again and removing it also obsoletes
a number of larger workarounds and hacks that were made to accommodate
quirks in the 4xx family which will be removed in the following
patches.

Change-Id: Ic0dedbad890e9f9b20a9d3e1ea7a31d628323870
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent fa567ab2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -32,14 +32,11 @@ msm_adreno-y += \
	adreno_coresight.o \
	adreno_trace.o \
	adreno_a3xx.o \
	adreno_a4xx.o \
	adreno_a5xx.o \
	adreno_a6xx.o \
	adreno_a3xx_snapshot.o \
	adreno_a4xx_snapshot.o \
	adreno_a5xx_snapshot.o \
	adreno_a6xx_snapshot.o \
	adreno_a4xx_preempt.o \
	adreno_a5xx_preempt.o \
	adreno_a6xx_preempt.o \
	adreno_a6xx_gmu.o \
Loading