No I don't have the plug-in installed.
here is the output you requested;
note: I have the ASPEED VGA adaptor as my primary to allow HTML5 KVM access to the machine, and the Intel UHD GPU is enabled in the bios so that I can use it in docker for HW transcoding.
root@NAS:~# lspci -nnmm
00:00.0 "Host bridge [0600]" "Intel Corporation [8086]" "Device [a703]" -r01 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:01.0 "PCI bridge [0604]" "Intel Corporation [8086]" "Device [a70d]" -r01 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:02.0 "Display controller [0380]" "Intel Corporation [8086]" "Raptor Lake-S GT1 [UHD Graphics 770] [a780]" -r04 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:06.0 "PCI bridge [0604]" "Intel Corporation [8086]" "Device [a74d]" -r01 -p00 "" ""
00:0a.0 "Signal processing controller [1180]" "Intel Corporation [8086]" "Device [a77d]" -r01 -p00 "" ""
00:14.0 "USB controller [0c03]" "Intel Corporation [8086]" "Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller [7ae0]" -r11 -p30 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:14.2 "RAM memory [0500]" "Intel Corporation [8086]" "Alder Lake-S PCH Shared SRAM [7aa7]" -r11 -p00 "" ""
00:15.0 "Serial bus controller [0c80]" "Intel Corporation [8086]" "Alder Lake-S PCH Serial IO I2C Controller #0 [7acc]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:15.1 "Serial bus controller [0c80]" "Intel Corporation [8086]" "Alder Lake-S PCH Serial IO I2C Controller #1 [7acd]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:16.0 "Communication controller [0780]" "Intel Corporation [8086]" "Alder Lake-S PCH HECI Controller #1 [7ae8]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:16.3 "Serial controller [0700]" "Intel Corporation [8086]" "Device [7aeb]" -r11 -p02 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:17.0 "SATA controller [0106]" "Intel Corporation [8086]" "Alder Lake-S PCH SATA Controller [AHCI Mode] [7ae2]" -r11 -p01 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1c.0 "PCI bridge [0604]" "Intel Corporation [8086]" "Alder Lake-S PCH PCI Express Root Port #1 [7ab8]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1c.1 "PCI bridge [0604]" "Intel Corporation [8086]" "Alder Lake-S PCH PCI Express Root Port #2 [7ab9]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1c.3 "PCI bridge [0604]" "Intel Corporation [8086]" "Device [7abb]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1f.0 "ISA bridge [0601]" "Intel Corporation [8086]" "Device [7a88]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1f.3 "Audio device [0403]" "Intel Corporation [8086]" "Alder Lake-S HD Audio Controller [7ad0]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1f.4 "SMBus [0c05]" "Intel Corporation [8086]" "Alder Lake-S PCH SMBus Controller [7aa3]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1f.5 "Serial bus controller [0c80]" "Intel Corporation [8086]" "Alder Lake-S PCH SPI Controller [7aa4]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Device [1c48]"
00:1f.6 "Ethernet controller [0200]" "Intel Corporation [8086]" "Ethernet Connection (17) I219-LM [1a1c]" -r11 -p00 "Super Micro Computer Inc [15d9]" "Ethernet Connection (17) I219-LM [1a1c]"
01:00.0 "Serial Attached SCSI controller [0107]" "Broadcom / LSI [1000]" "SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] [0072]" -r03 -p00 "Broadcom / LSI [1000]" "9211-8i [3020]"
02:00.0 "Non-Volatile memory controller [0108]" "ADATA Technology Co., Ltd. [1cc1]" "XPG SX8200 Pro PCIe Gen3x4 M.2 2280 Solid State Drive [8201]" -r03 -p02 "ADATA Technology Co., Ltd. [1cc1]" "XPG SX8200 Pro PCIe Gen3x4 M.2 2280 Solid State Drive [8201]"
03:00.0 "PCI bridge [0604]" "Integrated Technology Express, Inc. [1283]" "IT8893E PCIe to PCI Bridge [8893]" -r41 -p01 "" ""
05:00.0 "Ethernet controller [0200]" "Intel Corporation [8086]" "Ethernet Controller I225-LM [15f2]" -r03 -p00 "Super Micro Computer Inc [15d9]" "Ethernet Controller I225-LM [15f2]"
06:00.0 "PCI bridge [0604]" "ASPEED Technology, Inc. [1a03]" "AST1150 PCI-to-PCI Bridge [1150]" -r06 -p00 "Super Micro Computer Inc [15d9]" "AST1150 PCI-to-PCI Bridge [1c48]"
07:00.0 "VGA compatible controller [0300]" "ASPEED Technology, Inc. [1a03]" "ASPEED Graphics Family [2000]" -r52 -p00 "Super Micro Computer Inc [15d9]" "ASPEED Graphics Family [1c48]"
root@NAS:~#
I ended up changing `VGA` in the grep search to `lspci -Dmm | grep -E 'Display|VGA'` in /usr/local/emhttp/plugins/gpustat/lib/Intel.php and the plug-in now works for me.