diff options
Diffstat (limited to 'drivers/gpu/host1x/dev.h')
| -rw-r--r-- | drivers/gpu/host1x/dev.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/gpu/host1x/dev.h b/drivers/gpu/host1x/dev.h index 0b6e8e9629c5..dace124994bb 100644 --- a/drivers/gpu/host1x/dev.h +++ b/drivers/gpu/host1x/dev.h @@ -96,6 +96,7 @@ struct host1x_info {  	int	nb_mlocks;		/* host1x: number of mlocks */  	int	(*init)(struct host1x *); /* initialize per SoC ops */  	int	sync_offset; +	u64	dma_mask;		/* mask of addressable memory */  };  struct host1x { | 
