From 557ba41a2dc91ab7cbfa9fed1f252420eff326f9 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 16 May 2012 01:48:03 +0300 Subject: [PATCH] core check hack --- services4/srvkm/devices/sgx/sgxinit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services4/srvkm/devices/sgx/sgxinit.c b/services4/srvkm/devices/sgx/sgxinit.c index deb8a84..c3019dd 100644 --- 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)); -- 2.39.5