Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Duapi.c110 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()
H A Ddrm.h87 int (*can_use_memory_ctx)(struct tegra_drm_client *client, bool *supported); member
H A Dsubmit.c598 if (context->memory_context && context->client->ops->can_use_memory_ctx) { in tegra_drm_ioctl_channel_submit()
601 err = context->client->ops->can_use_memory_ctx(context->client, &supported); in tegra_drm_ioctl_channel_submit()