Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Ddev.c144 int syncpt_irq; in host1x_probe() local
175 syncpt_irq = platform_get_irq(pdev, 0); in host1x_probe()
176 if (syncpt_irq < 0) { in host1x_probe()
177 dev_err(&pdev->dev, "failed to get IRQ: %d\n", syncpt_irq); in host1x_probe()
178 return syncpt_irq; in host1x_probe()
287 err = host1x_intr_init(host, syncpt_irq); in host1x_probe()