update gpu driver

This commit is contained in:
杜坤明
2010-12-08 20:17:21 +08:00
parent 1073b19225
commit c4a43f359e
2 changed files with 4 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ USE_PROFILER ?= 0
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
@@ -58,7 +58,7 @@ NO_DMA_COHERENT ?= 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.

View File

@@ -479,7 +479,7 @@ static int drv_init(void)
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.");