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:

committed by
Darshana Patil

parent
7c203e7bf5
commit
58cd1120ee
@@ -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;
|
||||
|
Reference in New Issue
Block a user