Merge "Revert "msm: kgsl: Update QoS settings for A508 VBIF as recommended""

This commit is contained in:
Linux Build Service Account 2017-06-19 16:41:57 -07:00 committed by Gerrit - the friendly Code Review server
commit f0d37d522b

View file

@ -59,7 +59,7 @@ static const struct adreno_vbif_platform a5xx_vbif_platforms[] = {
{ adreno_is_a530, a530_vbif },
{ adreno_is_a512, a540_vbif },
{ adreno_is_a510, a530_vbif },
{ adreno_is_a508, a540_vbif },
{ adreno_is_a508, a530_vbif },
{ adreno_is_a505, a530_vbif },
{ adreno_is_a506, a530_vbif },
};