Lines Matching full:host1x
16 int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init() argument
18 struct host1x_memory_context_list *cdl = &host1x->context_list; in host1x_memory_context_list_init()
19 struct device_node *node = host1x->dev->of_node; in host1x_memory_context_list_init()
42 ctx->host = host1x; in host1x_memory_context_list_init()
53 dev_set_name(&ctx->dev, "host1x-ctx.%d", i); in host1x_memory_context_list_init()
55 ctx->dev.parent = host1x->dev; in host1x_memory_context_list_init()
61 dev_err(host1x->dev, "could not add context device %d: %d\n", i, err); in host1x_memory_context_list_init()
67 dev_err(host1x->dev, "IOMMU configuration failed for context device %d: %d\n", in host1x_memory_context_list_init()
75 dev_err(host1x->dev, "Context device %d has no IOMMU!\n", i); in host1x_memory_context_list_init()
106 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc() argument
109 struct host1x_memory_context_list *cdl = &host1x->context_list; in host1x_memory_context_alloc()