Lines Matching defs:host1x
8 #include <linux/host1x.h>
178 struct host1x *host1x = dev_get_drvdata(drm->dev->parent);
309 sp = host1x_syncpt_get_by_id(host1x, syncpt.id);
386 struct host1x *host = dev_get_drvdata(drm->dev->parent);
401 struct host1x *host1x = dev_get_drvdata(drm->dev->parent);
405 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);
415 struct host1x *host1x = dev_get_drvdata(drm->dev->parent);
419 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);
959 * If the host1x client is already attached to an IOMMU domain that is
1087 struct host1x *host1x = dev_get_drvdata(dev->dev.parent);
1098 * generations where host1x supports a maximum of 32 address bits in
1099 * the GATHER opcode. In this case, unless host1x is behind an IOMMU
1113 * an IOMMU if the parent host1x also uses an IOMMU.
1126 * sufficient and whether or not the host1x is attached to an IOMMU
1129 if (!domain && host1x_get_dma_mask(host1x) <= DMA_BIT_MASK(32))
1251 * hardware is no longer part of the host1x complex, so this driver
1316 dev_err(&dev->dev, "host1x device cleanup failed: %d\n", err);