Have tried on both 14.3 and 15-CURRENT, but I get a kernel panic when running `kldload i915kms` (I realized I may have been getting a little ahead of myself with drm-61-kmod on 14.x, but the Alchemist cards should have been fully supported by Linux kernel 6.6, so I wanted to try drm-66-kmod on -CURRENT as well).
On 15-CURRENT, pciconf reports thusly:
Is i915kms still the correct driver to be using with the PCI-Express Intel GPUs? I'm not interested graphics acceleration from this card, but the VA-API transcoding features.
On 15-CURRENT, pciconf reports thusly:
Code:
# pciconf -lbcevV pci0:195:0:0:
vgapci0@pci0:195:0:0: class=0x030000 rev=0x05 hdr=0x00 vendor=0x8086 device=0x56a6 subvendor=0x172f subdevice=0x4019
vendor = 'Intel Corporation'
device = 'DG2 [Arc A310]'
class = display
subclass = VGA
bar [10] = type Memory, range 64, base 0xba000000, size 16777216, enabled
bar [18] = type Prefetchable Memory, range 64, base 0x20010000000, size 268435456, enabled
cap 09[40] = vendor (length 12) Intel cap 0 version 1
cap 10[70] = PCI-Express 2 endpoint max data 128(128) FLR RO NS
max read 128
link x1(x1) speed 2.5(2.5) ASPM L1(L0s/L1)
cap 05[ac] = MSI supports 1 message, 64 bit, vector masks
cap 01[d0] = powerspec 3 supports D0 D3 current D0
ecap 000e[100] = ARI 1
ecap 0015[420] = Resizable BAR 1
ecap 0018[400] = LTR 1
PCI-e errors = Unsupported Request Detected
Is i915kms still the correct driver to be using with the PCI-Express Intel GPUs? I'm not interested graphics acceleration from this card, but the VA-API transcoding features.