Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/tegra/
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()
A Ddrm.h96 int (*can_use_memory_ctx)(struct tegra_drm_client *client, bool *supported); member
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()
A Dnvdec.c388 .can_use_memory_ctx = nvdec_can_use_memory_ctx,
A Dvic.c404 .can_use_memory_ctx = vic_can_use_memory_ctx,

Completed in 7 milliseconds