video: driver: Add support for non-secure pix context bank

- Add support for a new non-secure pix context bank.
- Remove usage of deprecated 'buffer-types' in context banks.

Change-Id: I3a21eb8ce1d9aff277568d54aadb54193ad0ce75
Signed-off-by: Mihir Ganu <mganu@codeaurora.org>
Cette révision appartient à :
Mihir Ganu
2021-03-05 17:51:10 -08:00
Parent 03bda80d9e
révision ccb6da7567
6 fichiers modifiés avec 75 ajouts et 55 suppressions

Voir le fichier

@@ -104,7 +104,6 @@ struct addr_set {
struct context_bank_info {
struct list_head list;
const char *name;
u32 buffer_type;
bool is_secure;
struct addr_range addr_range;
struct device *dev;