amdgpu's virtual display feature uses pci_name to match a module parameter string, and the documentation shows an example of `0000:26:00.0` for the name.
In our case the name was just `drmn`, which is silly and not actually unique across devices. Let's generate the expected string.
---
Related to: https://github.com/freebsd/drm-kmod/issues/134