Home
last modified time | relevance | path

Searched refs:tegra_dev_iommu_get_stream_id (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dcontext.c78 if (!tegra_dev_iommu_get_stream_id(&ctx->dev, &ctx->stream_id) || in host1x_memory_context_list_init()
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c184 if (!tegra_dev_iommu_get_stream_id(channel->dev->parent, &stream_id)) in host1x_channel_set_streamid()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dnvdec.c71 if (nvdec->config->supports_sid && tegra_dev_iommu_get_stream_id(nvdec->dev, &stream_id)) { in nvdec_boot_falcon()
H A Dvic.c61 if (vic->config->supports_sid && tegra_dev_iommu_get_stream_id(vic->dev, &stream_id)) { in vic_boot()
H A Dsubmit.c616 if (!tegra_dev_iommu_get_stream_id(context->client->base.dev, in tegra_drm_ioctl_channel_submit()
/openbmc/linux/include/linux/
H A Diommu.h1170 static inline bool tegra_dev_iommu_get_stream_id(struct device *dev, u32 *stream_id) in tegra_dev_iommu_get_stream_id() function
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-tegra.c1711 !tegra_dev_iommu_get_stream_id(&pdev->dev, &tegra_host->stream_id)) { in sdhci_tegra_probe()