CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/11/14 16:08:47
Modified files: sys/dev/pci/drm: drm_drv.c drm_linux.c Log message: Revise the initialization of the DRM Linux emulation layer such that we only call it when the first drm(4) instance attaches. Also add a cleanup function that gets called when the last drm(4) instance detaches. This makes sure that statically initialized IDR instances always work. ok jsg@, semarie@