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:
@@ -167,6 +167,7 @@ struct context_bank_info {
|
||||
struct device *dev;
|
||||
struct iommu_domain *domain;
|
||||
u32 region;
|
||||
u64 dma_mask;
|
||||
};
|
||||
|
||||
struct context_bank_set {
|
||||
|
Reference in New Issue
Block a user