aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2012-06-05 11:21:30 -0700
committerJP Abgrall <jpa@google.com>2012-06-05 11:25:25 -0700
commit6d6ce89b3ac552e4599d5e230acb5fc3fee38b69 (patch)
treebdbbb16cf78248b9b360f042c54c505fd56eeb7e /drivers/gpu
parentb2e08dc213f9f65b08d4315e46549b108ce08abf (diff)
downloadkernel_samsung_crespo-6d6ce89b3ac552e4599d5e230acb5fc3fee38b69.zip
kernel_samsung_crespo-6d6ce89b3ac552e4599d5e230acb5fc3fee38b69.tar.gz
kernel_samsung_crespo-6d6ce89b3ac552e4599d5e230acb5fc3fee38b69.tar.bz2
Revert "gpu: pvr: Update to DDK 1.8@943950"
This reverts commit a4f4aa198065e8d33f86cf3567bb4aba0eac5eef. The DDK change is not yet qualified as a JB release. But there is a USB VBUS fix needed.
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/pvr/pvrversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/pvr/pvrversion.h b/drivers/gpu/pvr/pvrversion.h
index 939c724..28a2f45 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 943950
+#define PVRVERSION_BUILD 905891
#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 94
-#define PVRVERSION_BUILD_LO 3950
+#define PVRVERSION_BUILD_HI 90
+#define PVRVERSION_BUILD_LO 5891
#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_ */