Home
last modified time | relevance | path

Searched refs:context_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/host1x/
Dcontext.c23 struct host1x_memory_context_list *cdl = &host1x->context_list; in host1x_memory_context_list_init()
123 struct host1x_memory_context_list *cdl = &host1x->context_list; in host1x_memory_context_alloc()
169 struct host1x_memory_context_list *cdl = &cd->host->context_list; in host1x_memory_context_put()
Ddev.c668 host1x_memory_context_list_free(&host->context_list); in host1x_probe()
690 host1x_memory_context_list_free(&host->context_list); in host1x_remove()
Ddev.h163 struct host1x_memory_context_list context_list; member