Skip to content

Commit

Permalink
gpu: remove 160mhz
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaser1211 authored and followmsi committed Mar 26, 2019
1 parent 073fb95 commit 86dc3bc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions drivers/gpu/arm/t83x/r22p0/platform/exynos/gpu_exynos7870.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ static int mif_min_table[] = {
static gpu_attribute gpu_config_attributes[] = {
{GPU_MAX_CLOCK, 1001},
{GPU_MAX_CLOCK_LIMIT, 1146},
{GPU_MIN_CLOCK, 160},
{GPU_MIN_CLOCK_LIMIT, 160},
{GPU_DVFS_START_CLOCK, 160},
{GPU_DVFS_BL_CONFIG_CLOCK, 160},
{GPU_MIN_CLOCK, 343},
{GPU_MIN_CLOCK_LIMIT, 343},
{GPU_DVFS_START_CLOCK, 343},
{GPU_DVFS_BL_CONFIG_CLOCK, 343},
{GPU_GOVERNOR_TYPE, G3D_DVFS_GOVERNOR_INTERACTIVE},
{GPU_GOVERNOR_START_CLOCK_DEFAULT, 160},
{GPU_GOVERNOR_START_CLOCK_INTERACTIVE, 160},
{GPU_GOVERNOR_START_CLOCK_STATIC, 160},
{GPU_GOVERNOR_START_CLOCK_BOOSTER, 160},
{GPU_GOVERNOR_START_CLOCK_DEFAULT, 343},
{GPU_GOVERNOR_START_CLOCK_INTERACTIVE, 343},
{GPU_GOVERNOR_START_CLOCK_STATIC, 343},
{GPU_GOVERNOR_START_CLOCK_BOOSTER, 343},
{GPU_GOVERNOR_TABLE_DEFAULT, (uintptr_t)&gpu_dvfs_table_default},
{GPU_GOVERNOR_TABLE_INTERACTIVE, (uintptr_t)&gpu_dvfs_table_default},
{GPU_GOVERNOR_TABLE_STATIC, (uintptr_t)&gpu_dvfs_table_default},
Expand All @@ -114,7 +114,7 @@ static gpu_attribute gpu_config_attributes[] = {
{GPU_GOVERNOR_TABLE_SIZE_INTERACTIVE, GPU_DVFS_TABLE_LIST_SIZE(gpu_dvfs_table_default)},
{GPU_GOVERNOR_TABLE_SIZE_STATIC, GPU_DVFS_TABLE_LIST_SIZE(gpu_dvfs_table_default)},
{GPU_GOVERNOR_TABLE_SIZE_BOOSTER, GPU_DVFS_TABLE_LIST_SIZE(gpu_dvfs_table_default)},
{GPU_GOVERNOR_INTERACTIVE_HIGHSPEED_CLOCK, 1001},
{GPU_GOVERNOR_INTERACTIVE_HIGHSPEED_CLOCK, 728},
{GPU_GOVERNOR_INTERACTIVE_HIGHSPEED_LOAD, 95},
{GPU_GOVERNOR_INTERACTIVE_HIGHSPEED_DELAY, 0},
{GPU_DEFAULT_VOLTAGE, 800000},
Expand All @@ -126,7 +126,7 @@ static gpu_attribute gpu_config_attributes[] = {
{GPU_TEMP_THROTTLING3, 728},
{GPU_TEMP_THROTTLING4, 545},
{GPU_TEMP_THROTTLING5, 343},
{GPU_TEMP_TRIPPING, 160},
{GPU_TEMP_TRIPPING, 343},
{GPU_POWER_COEFF, 625}, /* all core on param */
{GPU_DVFS_TIME_INTERVAL, 5},
{GPU_DEFAULT_WAKEUP_LOCK, 1},
Expand Down

0 comments on commit 86dc3bc

Please sign in to comment.