Jetpack/kernel/kernel-4.9/include/linux/platform_data/tegra_edp.h

24 lines
831 B
C

/*
* Copyright (c) 2013-2017, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef _LINUX_TEGRA_EDP_H
#define _LINUX_TEGRA_EDP_H
static inline void tegra_edp_notify_gpu_load(
unsigned int load, unsigned int freq_in_hz) {}
#endif