Intel

Intel (Vendor ID: 0x8086)

Properties

Link copied to clipboard
open override val pciVendorString: String

The vendor string of this vendor.

Link copied to clipboard

The name of this vendor (e.g. NVIDIA, AMD, Intel).

Functions

Link copied to clipboard
open fun getDeviceId(pciDevice: PCIDeviceList.Device, pciDeviceList: PCIDeviceList): Int?

Retrieves the device ID of the pciDevice.

Link copied to clipboard
Link copied to clipboard
fun getDriCardDevices(pciDevice: PCIDeviceList.Device, driFileList: List<Path>): List<Path>

Retrieves the list of Path to the DRI card device under /dev/dri of this pciDevice.

Link copied to clipboard
fun getDriRenderDevices(pciDevice: PCIDeviceList.Device, driFileList: List<Path>): List<Path>

Retrieves the list of Path to the DRI render device under /dev/dri of this pciDevice.

Link copied to clipboard