video: driver: add support for instance states

Add support for all the required instance states and
move the states accordingly.

Change-Id: Iac1046ab8c7a0116df6ed3069d566c7a1b65e61c
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja
2020-12-30 08:30:11 -08:00
committed by Darshana Patil
parent 7c203e7bf5
commit 58cd1120ee
18 changed files with 1119 additions and 461 deletions

View File

@@ -708,6 +708,12 @@ struct msm_vidc_buffers {
bool reuse;
};
struct input_psc_work {
struct list_head list;
void *data;
u32 data_size;
};
struct msm_vidc_ssr {
bool trigger;
enum msm_vidc_ssr_trigger_type ssr_type;