Some machines have more than one DCP, so apldcp(4) can attach multiple
authorkettenis <kettenis@openbsd.org>
Sun, 18 Aug 2024 10:50:22 +0000 (10:50 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 18 Aug 2024 10:50:22 +0000 (10:50 +0000)
commitff7b876d70f9189de5a50a2cd5e94953d53cde90
tree710ab31b1e188d3d3b3f8f02a5815e3dbbe4fcc0
parent92a8db2f2eb9c506d49c1842727aa316d060b99c
Some machines have more than one DCP, so apldcp(4) can attach multiple
times.  So make the task pool private to each instance to avoid
initializing the pool again, which would panic the kernel.

ok tobhe@
sys/dev/pci/drm/apple/apldcp.c