mirror of
https://github.com/LIV2/LIV2-Xoom-GNU.git
synced 2025-12-06 00:12:52 +00:00
tegra: dc: set EMC clock for every frame
BUG 835372 Change-Id: Iccd8ee1e6222e2661e7b3fbbfde615ead6116e02 Reviewed-on: http://git-master/r/38170 Reviewed-by: Xin Xie <xxie@nvidia.com> Tested-by: Xin Xie <xxie@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
This commit is contained in:
parent
58f7229299
commit
c055ab5767
@ -50,8 +50,7 @@ static int use_dynamic_emc = 1;
|
||||
|
||||
module_param_named(use_dynamic_emc, use_dynamic_emc, int, S_IRUGO | S_IWUSR);
|
||||
|
||||
/* set default windows idle time as 2000ms for power saving purpose */
|
||||
static int windows_idle_detection_time = 2000;
|
||||
static int windows_idle_detection_time = 0;
|
||||
|
||||
module_param_named(windows_idle_detection_time, windows_idle_detection_time,
|
||||
int, S_IRUGO | S_IWUSR);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user