Searched refs:memory_context (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/tegra/
H A Duapi.c36 if (context->memory_context)
37 host1x_memory_context_put(context->memory_context);
118 context->memory_context = host1x_memory_context_alloc(
121 if (IS_ERR(context->memory_context)) {
122 if (PTR_ERR(context->memory_context) != -EOPNOTSUPP) {
123 err = PTR_ERR(context->memory_context);
130 context->memory_context = NULL;
152 if (context->memory_context)
153 host1x_memory_context_put(context->memory_context);
214 if (context->memory_context)
[all...]
H A Dsubmit.c496 if (job->memory_context)
497 host1x_memory_context_put(job->memory_context);
598 if (context->memory_context && context->client->ops->can_use_memory_ctx) {
608 job->memory_context = context->memory_context;
609 host1x_memory_context_get(job->memory_context);
661 if (job->memory_context)
662 host1x_memory_context_put(job->memory_context);
H A Ddrm.h71 struct host1x_memory_context *memory_context; member in struct:tegra_drm_context
/linux-master/drivers/gpu/host1x/hw/
H A Dchannel_hw.c63 if (job->memory_context)
64 stream_id = job->memory_context->stream_id;
/linux-master/include/linux/
H A Dhost1x.h337 struct host1x_memory_context *memory_context; member in struct:host1x_job
338 /* Stream ID to use if context isolation is disabled (!memory_context) */

Completed in 148 milliseconds