Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/hw/
H A Dintr_hw.c85 err = devm_request_irq(host->dev, host->syncpt_irq, in host1x_intr_init_host_sync()
/openbmc/linux/drivers/gpu/host1x/
H A Ddev.c519 host->syncpt_irq = platform_get_irq(pdev, 0); in host1x_probe()
520 if (host->syncpt_irq < 0) in host1x_probe()
521 return host->syncpt_irq; in host1x_probe()
H A Ddev.h127 int syncpt_irq; member