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

/linux-master/drivers/gpu/drm/tegra/
H A Duapi.c110 if (device_iommu_mapped(client->base.dev) && client->ops->can_use_memory_ctx) {
113 err = client->ops->can_use_memory_ctx(client, &supported);
H A Ddrm.h84 int (*can_use_memory_ctx)(struct tegra_drm_client *client, bool *supported); member in struct:tegra_drm_client_ops
H A Dsubmit.c598 if (context->memory_context && context->client->ops->can_use_memory_ctx) {
601 err = context->client->ops->can_use_memory_ctx(context->client, &supported);
H A Dvic.c395 .can_use_memory_ctx = vic_can_use_memory_ctx,
H A Dnvdec.c381 .can_use_memory_ctx = nvdec_can_use_memory_ctx,

Completed in 223 milliseconds