diff options
author | Alistair Strachan <alistair.strachan@imgtec.com> | 2012-06-06 15:47:53 +0100 |
---|---|---|
committer | Alistair Strachan <alistair.strachan@imgtec.com> | 2012-06-06 15:47:53 +0100 |
commit | 5f5cac4a33eed1c3a4aaa5ccc0494a2af100c36a (patch) | |
tree | b575a09cb1ed5c87552b4bc383d916fc2db0c175 /drivers/gpu | |
parent | 6d6ce89b3ac552e4599d5e230acb5fc3fee38b69 (diff) | |
download | kernel_samsung_crespo-5f5cac4a33eed1c3a4aaa5ccc0494a2af100c36a.zip kernel_samsung_crespo-5f5cac4a33eed1c3a4aaa5ccc0494a2af100c36a.tar.gz kernel_samsung_crespo-5f5cac4a33eed1c3a4aaa5ccc0494a2af100c36a.tar.bz2 |
gpu: pvr: Update to DDK 1.8@945322
This is a version number change only, for compatibility with the
user-mode driver.
Change-Id: I272428a490fbbd18ce9016e92e82829c5dc6b898
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/pvr/pvrversion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/pvr/pvrversion.h b/drivers/gpu/pvr/pvrversion.h index 28a2f45..e883687 100644 --- a/drivers/gpu/pvr/pvrversion.h +++ b/drivers/gpu/pvr/pvrversion.h @@ -36,7 +36,7 @@ #define PVRVERSION_FAMILY "sgxddk" #define PVRVERSION_BRANCHNAME "1.8" -#define PVRVERSION_BUILD 905891 +#define PVRVERSION_BUILD 945322 #define PVRVERSION_BSCONTROL "CustomerGoogle_Android_ogles1_ogles2_GPL" #define PVRVERSION_STRING "CustomerGoogle_Android_ogles1_ogles2_GPL sgxddk 18 1.8@" PVR_STR2(PVRVERSION_BUILD) @@ -44,8 +44,8 @@ #define COPYRIGHT_TXT "Copyright (c) Imagination Technologies Ltd. All Rights Reserved." -#define PVRVERSION_BUILD_HI 90 -#define PVRVERSION_BUILD_LO 5891 +#define PVRVERSION_BUILD_HI 94 +#define PVRVERSION_BUILD_LO 5322 #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_ */ |