Searched refs:can_use_memory_ctx (Results 1 – 5 of 5) sorted by relevance
110 if (device_iommu_mapped(client->base.dev) && client->ops->can_use_memory_ctx) { in tegra_drm_ioctl_channel_open()113 err = client->ops->can_use_memory_ctx(client, &supported); in tegra_drm_ioctl_channel_open()
96 int (*can_use_memory_ctx)(struct tegra_drm_client *client, bool *supported); member
603 if (context->memory_context && context->client->ops->can_use_memory_ctx) { in tegra_drm_ioctl_channel_submit()606 err = context->client->ops->can_use_memory_ctx(context->client, &supported); in tegra_drm_ioctl_channel_submit()
322 .can_use_memory_ctx = nvdec_can_use_memory_ctx,
415 .can_use_memory_ctx = vic_can_use_memory_ctx,