mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
update gpu driver
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user