video: driver: add configuration support

Add support for
- set and get format
- get min buffers
- request buffers

Change-Id: I0696386e10fc9571a99853070c108832873c4923
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja
2020-08-07 16:14:11 -07:00
parent 6f107f7e35
commit dc1d43bd64
11 changed files with 521 additions and 35 deletions

View File

@@ -49,5 +49,8 @@ int hfi_packet_sys_debug_config(struct msm_vidc_core *core,
void *packet, u32 packet_size, u32 mode);
int hfi_packet_sys_pc_prep(struct msm_vidc_core *core,
void *packet, u32 packet_size);
int hfi_packet_session_open(struct msm_vidc_inst *inst,
void *packet, u32 pkt_size);
int hfi_packet_session_close(struct msm_vidc_inst *inst,
void *packet, u32 pkt_size);
#endif // _HFI_PACKET_H_