diff options
author | Ben Jones <ben.jones@imgtec.com> | 2012-06-01 16:14:39 +0100 |
---|---|---|
committer | Ben Jones <ben.jones@imgtec.com> | 2012-06-01 16:14:39 +0100 |
commit | a4f4aa198065e8d33f86cf3567bb4aba0eac5eef (patch) | |
tree | e33bba5e23cc1133fff1e266d88cbc28ade7dc92 /drivers/gpu | |
parent | a891b03eac69f9b6ca20c83518f36a31f840843a (diff) | |
download | kernel_samsung_crespo-a4f4aa198065e8d33f86cf3567bb4aba0eac5eef.zip kernel_samsung_crespo-a4f4aa198065e8d33f86cf3567bb4aba0eac5eef.tar.gz kernel_samsung_crespo-a4f4aa198065e8d33f86cf3567bb4aba0eac5eef.tar.bz2 |
gpu: pvr: Update to DDK 1.8@943950
This is a version number change only, for compatibility with the
user-mode driver.
Change-Id: I0cfc6d73c1a386597f96efa97a3bd2e2d366e760
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..939c724 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 943950 #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 3950 #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_ */ |