Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tegra/
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()
Ddrm.h96 int (*can_use_memory_ctx)(struct tegra_drm_client *client, bool *supported); member
Dsubmit.c603 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()
Dnvdec.c322 .can_use_memory_ctx = nvdec_can_use_memory_ctx,
Dvic.c415 .can_use_memory_ctx = vic_can_use_memory_ctx,