video: driver: Add checks for fw configured session params

Query final values of session params like stage,
pipe and quality mode from FW and check if they
are the same intended values as configured by
the driver.

Change-Id: I1a504401a599860ab971e34e1e184e67631d6120
Signed-off-by: Chandrakant I Viraktamath <civirakt@codeaurora.org>
This commit is contained in:
Chandrakant I Viraktamath
2021-06-09 16:30:46 +05:30
parent cc48023758
commit a626d5c731
5 changed files with 80 additions and 0 deletions

View File

@@ -432,5 +432,6 @@ bool res_is_less_than(u32 width, u32 height,
u32 ref_width, u32 ref_height);
bool res_is_less_than_or_equal_to(u32 width, u32 height,
u32 ref_width, u32 ref_height);
int msm_vidc_get_properties(struct msm_vidc_inst *inst);
#endif // _MSM_VIDC_DRIVER_H_