techpack: camera: Increase flush requests
Change-Id: Ib8191afd0c9a984fb883b34cf0f26c3ee7d23580
This commit is contained in:
parent
e9edd367da
commit
5fb1e3300a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue