summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wagantall <mattw@quicinc.com>2010-04-02 10:42:39 -0700
committerMansoor Aftab <c_maftab@quicinc.com>2010-04-14 15:10:20 -0700
commit5c3d83a1d3ffff3ec8e21735a40a52b8f945cf70 (patch)
tree198e8f330b43d11a591b13071ef3272a69db5c0e
parent9b3549c70895afc9f9f012e273b71ecf09ff64a3 (diff)
downloadbionic-5c3d83a1d3ffff3ec8e21735a40a52b8f945cf70.zip
bionic-5c3d83a1d3ffff3ec8e21735a40a52b8f945cf70.tar.gz
bionic-5c3d83a1d3ffff3ec8e21735a40a52b8f945cf70.tar.bz2
msm_kgsl.h: Update platform_data struct for separate 2D and 3D AXI ratesM7630AABBQMLZA12071000M7630AABBQMLZA12051000
Change-Id: I99d38f53e0e2d939003b5fb3e0fd15f239cee17f
-rw-r--r--libc/kernel/common/linux/msm_kgsl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_kgsl.h b/libc/kernel/common/linux/msm_kgsl.h
index 312e5b3..8da50ad 100644
--- a/libc/kernel/common/linux/msm_kgsl.h
+++ b/libc/kernel/common/linux/msm_kgsl.h
@@ -75,7 +75,8 @@ struct kgsl_shadowprop {
};
struct kgsl_platform_data {
- unsigned int max_axi_freq;
+ unsigned int high_axi_2d;
+ unsigned int high_axi_3d;
unsigned int max_grp2d_freq;
int (*set_grp2d_async)(void);
unsigned int max_grp3d_freq;