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