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

Commit 66651493 authored by Deepak Kumar's avatar Deepak Kumar Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Use correct GBIF settings for A612 GPU



For A612, GBIF client QOS settings should be programmed using
RBBM_GBIF_CLIENT_QOS_CNTL instead of RBBM_VBIF_CLIENT_QOS_CNTL
which is valid only for A630 and A615 GPU family. Correct this
to make sure GBIF client QOS values are programmed correctly.

Change-Id: I91dcbb33d077ad5cae5a70810a93fdcc73fbe6f1
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 7623476a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static const struct adreno_vbif_platform a6xx_vbif_platforms[] = {
	{ adreno_is_a640, a640_gbif },
	{ adreno_is_a650, a650_gbif },
	{ adreno_is_a680, a640_gbif },
	{ adreno_is_a612, a615_gbif },
	{ adreno_is_a612, a640_gbif },
};

struct kgsl_hwcg_reg {