diff options
author | Alistair Strachan <alistair.strachan@imgtec.com> | 2012-07-13 17:24:38 +0100 |
---|---|---|
committer | JP Abgrall <jpa@google.com> | 2012-07-13 11:28:43 -0700 |
commit | 3b0c5d2887fca99cab7dd506817b1049d38198a1 (patch) | |
tree | 051a49831364225eabf3be16c36fb3a896ad3e51 /drivers/gpu | |
parent | f46dca128fbe05a777d321c1e91d86d1cbb06ed9 (diff) | |
download | kernel_samsung_crespo-3b0c5d2887fca99cab7dd506817b1049d38198a1.zip kernel_samsung_crespo-3b0c5d2887fca99cab7dd506817b1049d38198a1.tar.gz kernel_samsung_crespo-3b0c5d2887fca99cab7dd506817b1049d38198a1.tar.bz2 |
gpu: pvr: Update to DDK 1.8@2112805
This is a version number change only, which is required for
compatibility with the user-mode driver.
Change-Id: Id83c23254db8f6aac8f2f7ded8bae9040cbe5402
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/pvr/pvrversion.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/pvr/pvrversion.h b/drivers/gpu/pvr/pvrversion.h index e883687..f282ad2 100644 --- a/drivers/gpu/pvr/pvrversion.h +++ b/drivers/gpu/pvr/pvrversion.h @@ -35,17 +35,17 @@ #define PVRVERSION_BRANCH 18 #define PVRVERSION_FAMILY "sgxddk" -#define PVRVERSION_BRANCHNAME "1.8" -#define PVRVERSION_BUILD 945322 +#define PVRVERSION_BRANCHNAME "1.8.GOOGLENEXUS.ED945322" +#define PVRVERSION_BUILD 2112805 #define PVRVERSION_BSCONTROL "CustomerGoogle_Android_ogles1_ogles2_GPL" -#define PVRVERSION_STRING "CustomerGoogle_Android_ogles1_ogles2_GPL sgxddk 18 1.8@" PVR_STR2(PVRVERSION_BUILD) -#define PVRVERSION_STRING_SHORT "1.8@" PVR_STR2(PVRVERSION_BUILD) +#define PVRVERSION_STRING "CustomerGoogle_Android_ogles1_ogles2_GPL sgxddk 18 1.8.GOOGLENEXUS.ED945322@" PVR_STR2(PVRVERSION_BUILD) +#define PVRVERSION_STRING_SHORT "1.8.GOOGLENEXUS.ED945322@" PVR_STR2(PVRVERSION_BUILD) #define COPYRIGHT_TXT "Copyright (c) Imagination Technologies Ltd. All Rights Reserved." -#define PVRVERSION_BUILD_HI 94 -#define PVRVERSION_BUILD_LO 5322 +#define PVRVERSION_BUILD_HI 211 +#define PVRVERSION_BUILD_LO 2805 #define PVRVERSION_STRING_NUMERIC PVR_STR2(PVRVERSION_MAJ) "." PVR_STR2(PVRVERSION_MIN) "." PVR_STR2(PVRVERSION_BUILD_HI) "." PVR_STR2(PVRVERSION_BUILD_LO) #endif /* _PVRVERSION_H_ */ |