video-driver: Move firmware code out of venus hfi
All firmware related code is moved into a firmware file. This is part of cleanup of venus_hfi. Change-Id: Ie915e47644dbbbe73c941488fff6db6e40160b90 Signed-off-by: Stanimir Varbanov <quic_c_svarba@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
8b003fb153
commit
cf7b4f85c9
16
driver/vidc/inc/firmware.h
Normal file
16
driver/vidc/inc/firmware.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2022, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _MSM_VIDC_FIRMWARE_H_
|
||||
#define _MSM_VIDC_FIRMWARE_H_
|
||||
|
||||
struct msm_vidc_core;
|
||||
|
||||
int fw_load(struct msm_vidc_core *core);
|
||||
int fw_unload(struct msm_vidc_core *core);
|
||||
int fw_suspend(struct msm_vidc_core *core);
|
||||
int fw_resume(struct msm_vidc_core *core);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user