mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
7f1bdec5fa
Add a new 'drm' capability for Direct Rendering Manager (DRM) devices, providing device type information. Teach the udev backend to populate those devices. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
11 lines
344 B
XML
11 lines
344 B
XML
<device>
|
|
<name>drm_renderD129</name>
|
|
<path>/sys/devices/pci0000:00/0000:00:02.0/drm/renderD129</path>
|
|
<devnode type='dev'>/dev/dri/renderD129</devnode>
|
|
<devnode type='link'>/dev/dri/by-path/pci-0000:00:02.0-render</devnode>
|
|
<parent>pci_0000_00_02_0</parent>
|
|
<capability type='drm'>
|
|
<type>render</type>
|
|
</capability>
|
|
</device>
|