diff options
author | Dilip Gudlur <dgudlur@codeaurora.org> | 2016-07-18 10:36:08 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-10-03 06:21:03 -0700 |
commit | 0c5ba3cacdf33b44fdefeb87b4ea37034a4f6e1c (patch) | |
tree | 42749906c45b4be3ca0b6320a8951784f667e3a5 | |
parent | 967b1ab38aecaa07691ad4929e674a6976de4dc3 (diff) |
power: Remove ignore_hispeed_notif tuning
Change removes ignore_hispeed_notif tuning for
camera encode use case in powerhal to avoid
perf impact.
Change-Id: Ide0e553ede122e65d25397e09bf3bd49fb4df43b
-rw-r--r-- | power/power-8996.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/power/power-8996.c b/power/power-8996.c index 98c33dc..15b23a7 100644 --- a/power/power-8996.c +++ b/power/power-8996.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, The Linux Foundation. All rights reserved. + * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -162,7 +162,6 @@ static int process_video_encode_hint(void *metadata) * 3. hysteresis optimization * -bus dcvs hysteresis tuning * -sample_ms of 10 ms - * -disable ignore_hispeed_notif */ int resource_values[] = { ABOVE_HISPEED_DELAY_BIG, 0x4, @@ -177,8 +176,6 @@ static int process_video_encode_hint(void *metadata) LOW_POWER_IO_PERCENT, 0x32, CPUBW_HWMON_V1, 0x0, CPUBW_HWMON_SAMPLE_MS, 0xA, - IGNORE_HISPEED_NOTIF_LITTLE, 0x0, - IGNORE_HISPEED_NOTIF_BIG, 0x0, }; perform_hint_action(video_encode_metadata.hint_id, |