Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue.h108 int (*boot_multiple_falcons)(struct nvkm_msgqueue *, unsigned long); member
Dmsgqueue.c475 if (queue->func->acr_func->boot_multiple_falcons) in nvkm_msgqueue_acr_boot_falcons()
476 return queue->func->acr_func->boot_multiple_falcons(queue, in nvkm_msgqueue_acr_boot_falcons()
Dmsgqueue_0137c63d.c371 .boot_multiple_falcons = acr_boot_multiple_falcons,