Lines Matching defs:host1x
8 #include <linux/host1x.h>
172 struct host1x *host1x = dev_get_drvdata(drm->dev->parent);
302 sp = host1x_syncpt_get(host1x, syncpt.id);
379 struct host1x *host = dev_get_drvdata(drm->dev->parent);
394 struct host1x *host1x = dev_get_drvdata(drm->dev->parent);
398 sp = host1x_syncpt_get(host1x, args->id);
408 struct host1x *host1x = dev_get_drvdata(drm->dev->parent);
412 sp = host1x_syncpt_get(host1x, args->id);
914 * If the host1x client is already attached to an IOMMU domain that is
1042 struct host1x *host1x = dev_get_drvdata(dev->dev.parent);
1053 * generations where host1x supports a maximum of 32 address bits in
1054 * the GATHER opcode. In this case, unless host1x is behind an IOMMU
1068 * an IOMMU if the parent host1x also uses an IOMMU.
1081 * sufficient and whether or not the host1x is attached to an IOMMU
1084 if (!domain && host1x_get_dma_mask(host1x) <= DMA_BIT_MASK(32))
1267 dev_err(&dev->dev, "host1x device cleanup failed: %d\n", err);