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:
@@ -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_
|
||||
|
||||
|
Reference in New Issue
Block a user