unplugged-kernel/drivers/misc/mediatek/base/power/mt6768/mtk_gpu_bw.h

17 lines
365 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef _MT_GPU_BW_H_
#define _MT_GPU_BW_H_
#include <linux/module.h>
extern void mt_gpu_bw_toggle(int i32Restore);
extern void mt_gpu_bw_qos_vcore(unsigned int ui32BW);
extern unsigned int mt_gpu_bw_get_BW(int type);
extern void mt_gpu_bw_init(void);
#endif /* _MT_GPUFREQ_H_ */