git.openpandora.org
/
sgx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ece4a9
)
core check hack
author
Grazvydas Ignotas
<notasas@gmail.com>
Tue, 15 May 2012 22:48:03 +0000
(
01:48
+0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Tue, 15 May 2012 22:48:03 +0000
(
01:48
+0300)
services4/srvkm/devices/sgx/sgxinit.c
patch
|
blob
|
history
diff --git
a/services4/srvkm/devices/sgx/sgxinit.c
b/services4/srvkm/devices/sgx/sgxinit.c
index
deb8a84
..
c3019dd
100644
(file)
--- a/
services4/srvkm/devices/sgx/sgxinit.c
+++ b/
services4/srvkm/devices/sgx/sgxinit.c
@@
-1950,6
+1950,7
@@
PVRSRV_ERROR SGXDevInitCompatCheck(PVRSRV_DEVICE_NODE *psDeviceNode)
if (bCheckCoreRev)
{
+#if 0
if (psSGXFeatures->ui32CoreRev != psSGXFeatures->ui32CoreRevSW)
{
PVR_LOG(("(FAIL) SGXInit: Incompatible HW core rev (%x) and SW core rev (%x).",
@@
-1958,6
+1959,7
@@
PVRSRV_ERROR SGXDevInitCompatCheck(PVRSRV_DEVICE_NODE *psDeviceNode)
goto chk_exit;
}
else
+#endif
{
PVR_DPF((PVR_DBG_MESSAGE, "SGXInit: HW core rev (%x) and SW core rev (%x) match. [ OK ]",
psSGXFeatures->ui32CoreRev, psSGXFeatures->ui32CoreRevSW));