Searched defs:host1x_info (Results 1 – 1 of 1) sorted by relevance
99 struct host1x_info { struct100 unsigned int nb_channels; /* host1x: number of channels supported */101 unsigned int nb_pts; /* host1x: number of syncpoints supported */102 unsigned int nb_bases; /* host1x: number of syncpoint bases supported */103 unsigned int nb_mlocks; /* host1x: number of mlocks supported */104 int (*init)(struct host1x *host1x); /* initialize per SoC ops */105 unsigned int sync_offset; /* offset of syncpoint registers */106 u64 dma_mask; /* mask of addressable memory */130 const struct host1x_info *info; argument