video: driver: handle dequeued buffers at once

Firmware returns meta buffer after actual buffer but
client needs meta buffer before actual buffer. Handle
the case using MSM_VIDC_ATTR_DEQUEUED flag.

Change-Id: I99048a2f110a1b14bc4bb140b6211afa340c9f38
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja
2020-12-11 16:27:34 -08:00
parent bdc2de6c93
commit 55ab2680d7
5 changed files with 86 additions and 48 deletions

View File

@@ -123,9 +123,6 @@ struct msm_vidc_inst {
struct msm_vidc_debug debug;
struct msm_vidc_inst_capability *capabilities;
struct completion completions[MAX_SIGNAL];
u32 hfi_cmd_type;
u32 hfi_port;
};
#endif // _MSM_VIDC_INST_H_