Merge "msm: kgsl: Enable IO coherency for A650"
This commit is contained in:
commit
7d09998978
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue