video: driver: add dma mask attribute to context banks

Upstream driver doesn't support context bank address ranges,
so add dma mask attribute to context bank to specify address
range for upstream driver.

Change-Id: I09191b500006d6c7abf364fbfa22377b480a4b4d
Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com>
This commit is contained in:
Dikshita Agarwal
2022-11-04 12:46:35 +05:30
父節點 1ac85a3237
當前提交 8030903f1e
共有 7 個文件被更改,包括 38 次插入25 次删除

查看文件

@@ -74,6 +74,7 @@ struct context_bank_table {
bool secure;
bool dma_coherant;
u32 region;
u64 dma_mask;
};
struct freq_table {