techpack: camera: Increase flush requests

Change-Id: Ib8191afd0c9a984fb883b34cf0f26c3ee7d23580
This commit is contained in:
Giovanni Ricca 2022-03-09 15:12:26 +01:00 committed by Giovanni Ricca
parent e9edd367da
commit 5fb1e3300a
No known key found for this signature in database

View file

@ -289,9 +289,9 @@ struct cam_hw_config_args {
struct cam_hw_flush_args {
void *ctxt_to_hw_map;
uint32_t num_req_pending;
void *flush_req_pending[20];
void *flush_req_pending[40];
uint32_t num_req_active;
void *flush_req_active[20];
void *flush_req_active[40];
enum flush_type_t flush_type;
uint32_t last_flush_req;
};