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
parent 1ac85a3237
commit 8030903f1e
7 changed files with 38 additions and 25 deletions

View File

@@ -167,6 +167,7 @@ struct context_bank_info {
struct device *dev;
struct iommu_domain *domain;
u32 region;
u64 dma_mask;
};
struct context_bank_set {