};
static struct cpufreq_frequency_table dvfs_gpu_table[] = {
- {.frequency = 100 * 1000, .index = 1200 * 1000},
- {.frequency = 200 * 1000, .index = 1200 * 1000},
- {.frequency = 266 * 1000, .index = 1200 * 1000},
- {.frequency = 300 * 1000, .index = 1200 * 1000},
- {.frequency = 400 * 1000, .index = 1200 * 1000},
+ {.frequency = 100 * 1000, .index = 1250 * 1000},
+ {.frequency = 200 * 1000, .index = 1250 * 1000},
+ {.frequency = 266 * 1000, .index = 1250 * 1000},
+ {.frequency = 300 * 1000, .index = 1250 * 1000},
+ {.frequency = 400 * 1000, .index = 1250 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};
static struct cpufreq_frequency_table dvfs_ddr_table[] = {
{.frequency = 200 * 1000 + DDR_FREQ_SUSPEND, .index = 1200 * 1000},
- {.frequency = 300 * 1000 + DDR_FREQ_VIDEO, .index = 1200 * 1000},
+ //{.frequency = 300 * 1000 + DDR_FREQ_VIDEO, .index = 1200 * 1000},
{.frequency = 400 * 1000 + DDR_FREQ_NORMAL, .index = 1200 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};