mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
rk29: ddr3sdk/sdk: set gpu low clock same as general pll clock rate, save more power
This commit is contained in:
@@ -1259,7 +1259,7 @@ static struct platform_device rk29sdk_rfkill = {
|
||||
|
||||
#ifdef CONFIG_VIVANTE
|
||||
#define GPU_HIGH_CLOCK 552
|
||||
#define GPU_LOW_CLOCK 300
|
||||
#define GPU_LOW_CLOCK 288 /* same as general pll clock rate below */
|
||||
static struct resource resources_gpu[] = {
|
||||
[0] = {
|
||||
.name = "gpu_irq",
|
||||
|
||||
@@ -1265,7 +1265,7 @@ static struct platform_device rk29sdk_rfkill = {
|
||||
|
||||
#ifdef CONFIG_VIVANTE
|
||||
#define GPU_HIGH_CLOCK 552
|
||||
#define GPU_LOW_CLOCK 300
|
||||
#define GPU_LOW_CLOCK 288 /* same as general pll clock rate below */
|
||||
static struct resource resources_gpu[] = {
|
||||
[0] = {
|
||||
.name = "gpu_irq",
|
||||
|
||||
Reference in New Issue
Block a user