forked from rrcarlosr/Jetpack
29 lines
949 B
Plaintext
29 lines
949 B
Plaintext
/*
|
|
* Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; version 2 of the License.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
* more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License along
|
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*
|
|
*/
|
|
|
|
energy-costs {
|
|
CPU_COST_DENVER: core-cost0 {
|
|
busy-cost-data = <1024 1024>;
|
|
idle-cost-data = <128>;
|
|
};
|
|
CPU_COST_A57: core-cost1 {
|
|
busy-cost-data = <752 1024>;
|
|
idle-cost-data = <128>;
|
|
};
|
|
};
|