So I have this iGPU (copied by hand):
and my understanding is that it should be supported with graphics/drm-510-kmod, but after I compile it and load i915kms I get this (again, copied by hand so I apologize for any typos):
Am I missing something?
Also related to 13.1-RELEASE, ifconfig doesn't seem to be picking up my Intel AX201 Wi-Fi card, but I'll open another thread for that.
Code:
vgapci0@pci0:0:2:0: class=0x030000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a49 subvendor=0x152d subdevice=0x1307
vendor = 'Intel Corporation'
device = 'TigerLake-LP GT2 [Iris Xe Graphics]'
class = display
subclass = VGA
and my understanding is that it should be supported with graphics/drm-510-kmod, but after I compile it and load i915kms I get this (again, copied by hand so I apologize for any typos):
Code:
drmn0: <drmn> on vgapci0
vgapci0: child drmn0 requested pci_enable_io
vgapci0: child drmn0 requested pci_enable_io
<5>[drm] Unable to create a private tmpfs mount, hugepage support will be disabled(-19).
<6>[drm] Got stolen memory base 0x0, size 0x0
drmn0: could not load firmware image 'i915/tgl_dmc_ver2_08.bin'
drmn0: [drm] Failed to load DMC firmware i915/tgl_dmc_ver2_08.bin. Disabling runtime power management.
drmn0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915sysctl_warn_reuse: can't re-use a leaf (hw.dri.debug)!
<6>[drm] Initialized i915 1.6.0 20200917 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "fb".
start FB_INFO:
type=11 height=1440 width=2160 depth=32
pbase=0x4000040000 vbase=0xffffe0134c40000
name=drmn0 flags=0x0 stride=8640 bpp=32
end FB_INFO
Code:
$ glxinfo | grep renderer
...
OpenGL renderer string: llvmpipe (LLVM 13.0.1, 256 bits)
Am I missing something?
Also related to 13.1-RELEASE, ifconfig doesn't seem to be picking up my Intel AX201 Wi-Fi card, but I'll open another thread for that.