1
0

Merge "video: driver: set force mem and pheripheral on flags"

Este cometimento está contido em:
qctecmdr
2022-12-22 11:18:57 -08:00
cometido por Gerrit - the friendly Code Review server
ascendente 2d442bba69 4716d7bc72
cometimento 9b51939152
3 ficheiros modificados com 46 adições e 0 eliminações

Ver ficheiro

@@ -6,6 +6,8 @@
#ifndef _MSM_VIDC_RESOURCES_H_
#define _MSM_VIDC_RESOURCES_H_
#include <linux/clk/qcom.h>
struct icc_path;
struct regulator;
struct clk;
@@ -223,6 +225,8 @@ struct msm_vidc_resources_ops {
int (*clk_disable)(struct msm_vidc_core *core, const char *name);
int (*clk_enable)(struct msm_vidc_core *core, const char *name);
int (*clk_set_flag)(struct msm_vidc_core *core,
const char *name, enum branch_mem_flags flag);
};
const struct msm_vidc_resources_ops *get_resources_ops(void);