update defines to better match binary blobs
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 31 May 2012 15:15:22 +0000 (18:15 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 31 May 2012 15:15:22 +0000 (18:15 +0300)
Makefile

index 1e1b41d..3933d4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,10 +88,11 @@ SUPPORT_LINUX_X86_PAT ?=1
 SUPPORT_LINUX_X86_WRITECOMBINE ?=1
 SUPPORT_SGX_LOW_LATENCY_SCHEDULING ?=1
 
-SUPPORT_CPU_CACHED_BUFFERS ?= 0
+SUPPORT_CPU_CACHED_BUFFERS ?= 1
 
-SUPPORT_CACHEFLUSH_ON_ALLOC ?= 0
-SUPPORT_MEMINFO_IDS ?= 0
+SUPPORT_CACHEFLUSH_ON_ALLOC ?= 1
+SUPPORT_MEMINFO_IDS ?= 1
+SUPPORT_GRAPHICS_HAL ?= 1
 
 SUPPORT_LINUX_USING_WORKQUEUES ?= 1
 
@@ -212,6 +213,9 @@ SYS_CFLAGS.$(SUPPORT_LINUX_USING_WORKQUEUES) += -DPVR_LINUX_USING_WORKQUEUES \
 
 SYS_CFLAGS.$(SUPPORT_TI_PM)                             += -DSUPPORT_TI_PM
 
+SYS_CFLAGS += -DSGX_DYNAMIC_TIMING_INFO -DSYS_CUSTOM_POWERLOCK_WRAP
+# PVR_LINUX_MISR_USING_WORKQUEUE
+
 export ALL_CFLAGS =    -DLINUX \
                        $(CBUILD) $(CBUILD.$(BUILD)) \
                        $(SYS_CFLAGS) $(SYS_CFLAGS.1) \