Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Ddev.c185 int syncpt_irq; in host1x_probe() local
216 syncpt_irq = platform_get_irq(pdev, 0); in host1x_probe()
217 if (syncpt_irq < 0) { in host1x_probe()
218 dev_err(&pdev->dev, "failed to get IRQ: %d\n", syncpt_irq); in host1x_probe()
219 return syncpt_irq; in host1x_probe()
341 err = host1x_intr_init(host, syncpt_irq); in host1x_probe()