
Add clocks and buses scaling functionality. Change-Id: Ifa61043a938bc5c1990f6baf1777a3f2270fc77d Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
14 line
263 B
C
14 line
263 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _MSM_VIDC_POWER_H_
|
|
#define _MSM_VIDC_POWER_H_
|
|
|
|
#include "msm_vidc_inst.h"
|
|
|
|
int msm_vidc_scale_power(struct msm_vidc_inst *inst);
|
|
|
|
#endif
|