USE_SW_FB ?= 0
USE_3D_VG =1
ABI ?= 0
-ANDROID ?= 0
-EGL_API_ANDROID ?= 0
+ANDROID ?= 1
+EGL_API_ANDROID ?= 1
ENUM_WORKAROUND ?= 0
ENDIANNESS ?=
QNX ?= 0
################################################################
# Set this value to 1 if you are using ARM L2 cache.
-ENABLE_ARM_L2_CACHE = 0
+ENABLE_ARM_L2_CACHE = 1
################################################################
# Set this value to 1 if you are using DOVE board.
return -ENODEV;
}
/* APMU_GC_156M, APMU_GC_624M, APMU_GC_PLL2, APMU_GC_PLL2_DIV2 currently */
- if (clk_set_rate(clk_gpu, 312000000)) //designed on 500M
+ if (clk_set_rate(clk_gpu, 624000000)) //designed on 500M
{
gcmkTRACE_ZONE(gcvLEVEL_ERROR, gcvZONE_DRIVER,
"[galcore] Can't set core clock.");