diff options
Diffstat (limited to 'drivers/gpu/host1x/dev.h')
| -rw-r--r-- | drivers/gpu/host1x/dev.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/drivers/gpu/host1x/dev.h b/drivers/gpu/host1x/dev.h index fa6d4bc46e98..ca4b082f0cd4 100644 --- a/drivers/gpu/host1x/dev.h +++ b/drivers/gpu/host1x/dev.h @@ -118,7 +118,8 @@ struct host1x {  	struct host1x_syncpt_base *bases;  	struct device *dev;  	struct clk *clk; -	struct reset_control *rst; +	struct reset_control_bulk_data resets[2]; +	unsigned int nresets;  	struct iommu_group *group;  	struct iommu_domain *domain; @@ -149,6 +150,8 @@ struct host1x {  	struct list_head list;  	struct device_dma_parameters dma_parms; + +	struct host1x_bo_cache cache;  };  void host1x_hypervisor_writel(struct host1x *host1x, u32 r, u32 v); | 
