video: driver: add buffer handling support

- Add queue buffer support
- Add dequeue buffer support
- Use multiple plane buffers instead of single plane.

Change-Id: I911784a1fa4b8a4b5d3fd35049379ea35d4d52b0
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja
2020-09-11 13:57:33 -07:00
committed by Gerrit - the friendly Code Review server
parent c9dec2599e
commit 78857beace
24 changed files with 1522 additions and 524 deletions

View File

@@ -138,6 +138,7 @@ struct clock_info {
u32 count;
bool has_scaling;
bool has_mem_retention;
u64 prev;
};
struct clock_set {