Lines Matching refs:host1x
22 int host1x_memory_context_list_init(struct host1x *host1x)
24 struct host1x_memory_context_list *cdl = &host1x->context_list;
25 struct device_node *node = host1x->dev->of_node;
46 ctx->host = host1x;
57 dev_set_name(&ctx->dev, "host1x-ctx.%d", i);
59 ctx->dev.parent = host1x->dev;
67 dev_err(host1x->dev, "could not add context device %d: %d\n", i, err);
74 dev_err(host1x->dev, "IOMMU configuration failed for context device %d: %d\n",
82 dev_err(host1x->dev, "Context device %d has no IOMMU!\n", i);
120 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x,
124 struct host1x_memory_context_list *cdl = &host1x->context_list;