Merge "msm: kgsl: Enable IO coherency for A650"

This commit is contained in:
qctecmdr Service 2019-03-26 07:48:59 -07:00 committed by Gerrit - the friendly Code Review server
commit 7d09998978

View file

@ -452,7 +452,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
.major = 5,
.minor = 0,
.patchid = 0,
.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU,
.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
ADRENO_IOCOHERENT,
.sqefw_name = "a650_sqe.fw",
.zap_name = "a650_zap",
.gpudev = &adreno_a6xx_gpudev,