Describe the bug
I compiled drm-612-kmod and run WLR_RENDERER=vulkan sway on tty0, it frozen and I can't switch to other tty; I can only touch the poweroff button. It's fine with WLR_RENDERER=gles2 or drm-66-kmod
FreeBSD version
FreeBSD current 15.1-RELEASE-p2 FreeBSD 15.1-RELEASE-p2 releng/15.1-n283596-aadd58dddcbc GENERIC amd64 150100 150100
PCI Info
pciconf -lv
nvme0@pci65533:225:0:0: class=0x010802 rev=0x01 hdr=0x00 vendor=0x1e49 device=0x0071 subvendor=0x1e49 subdevice=0x0071
vendor = 'Yangtze Memory Technologies Co.,Ltd'
device = 'ZHITAI TiPlus7100'
class = mass storage
subclass = NVM
nvme1@pci65533:226:0:0: class=0x010802 rev=0x03 hdr=0x00 vendor=0x1cc4 device=0x6a13 subvendor=0x1cc4 subdevice=0x6a13
vendor = 'Shenzhen Unionmemory Information System Ltd.'
device = 'RPJYJ512MKN1QWQ PCIe 4.0 NVMe SSD 512GB (DRAM-less)'
class = mass storage
subclass = NVM
re0@pci0:43:0:0: class=0x020000 rev=0x15 hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x17aa subdevice=0x38f4
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
sdhci_pci0@pci0:44:0:0: class=0x080501 rev=0x01 hdr=0x00 vendor=0x1217 device=0x8621 subvendor=0x17aa subdevice=0x383a
vendor = 'O2 Micro, Inc.'
device = 'OZ711 SD/MMC Card Reader Controller'
class = base peripheral
subclass = SD host controller
DRM KMOD version
drm-612-kmod 6.12.85.1501000_1
To Reproduce
cd /usr/ports/graphics/drm-612-kmod && make install clean
kldload i915kms
pkg ins -y sway
service seatd enable && service seatd start
WLR_RENDERER=vulkan sway
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
I compiled drm-612-kmod and run
WLR_RENDERER=vulkan swayon tty0, it frozen and I can't switch to other tty; I can only touch the poweroff button. It's fine with WLR_RENDERER=gles2 or drm-66-kmodFreeBSD version
FreeBSD current 15.1-RELEASE-p2 FreeBSD 15.1-RELEASE-p2 releng/15.1-n283596-aadd58dddcbc GENERIC amd64 150100 150100
PCI Info
pciconf -lv
nvme0@pci65533:225:0:0: class=0x010802 rev=0x01 hdr=0x00 vendor=0x1e49 device=0x0071 subvendor=0x1e49 subdevice=0x0071
vendor = 'Yangtze Memory Technologies Co.,Ltd'
device = 'ZHITAI TiPlus7100'
class = mass storage
subclass = NVM
nvme1@pci65533:226:0:0: class=0x010802 rev=0x03 hdr=0x00 vendor=0x1cc4 device=0x6a13 subvendor=0x1cc4 subdevice=0x6a13
vendor = 'Shenzhen Unionmemory Information System Ltd.'
device = 'RPJYJ512MKN1QWQ PCIe 4.0 NVMe SSD 512GB (DRAM-less)'
class = mass storage
subclass = NVM
re0@pci0:43:0:0: class=0x020000 rev=0x15 hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x17aa subdevice=0x38f4
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
sdhci_pci0@pci0:44:0:0: class=0x080501 rev=0x01 hdr=0x00 vendor=0x1217 device=0x8621 subvendor=0x17aa subdevice=0x383a
vendor = 'O2 Micro, Inc.'
device = 'OZ711 SD/MMC Card Reader Controller'
class = base peripheral
subclass = SD host controller
DRM KMOD version
drm-612-kmod 6.12.85.1501000_1
To Reproduce
cd /usr/ports/graphics/drm-612-kmod && make install cleankldload i915kmspkg ins -y swayservice seatd enable && service seatd startWLR_RENDERER=vulkan swayScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.