Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DRM_CIRRUS_QEMU
has multiple definitions:
drivers/gpu/drm/tiny/Kconfig
The configuration item CONFIG_DRM_CIRRUS_QEMU:
CONFIG_DRM && CONFIG_PCI && CONFIG_MMU
cirrus
, cirrus
This is a KMS driver for emulated cirrus device in qemu. It is *NOT* intended for real cirrus devices. This requires the modesetting userspace X.org driver.
Cirrus is obsolete, the hardware was designed in the 90ies and can't keep up with todays needs. More background: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
Better alternatives are: - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) - qxl (DRM_QXL, qemu -vga qxl, works best with spice) - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
drivers/gpu/drm/cirrus/Kconfig
The configuration item CONFIG_DRM_CIRRUS_QEMU:
CONFIG_DRM && CONFIG_PCI && CONFIG_MMU
cirrus
, cirrus
This is a KMS driver for emulated cirrus device in qemu. It is *NOT* intended for real cirrus devices. This requires the modesetting userspace X.org driver.
Cirrus is obsolete, the hardware was designed in the 90ies and can't keep up with todays needs. More background: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
Better alternatives are: - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) - qxl (DRM_QXL, qemu -vga qxl, works best with spice) - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
Numeric ID (from LKDDb) and names (from pci.ids) of recognized devices:
1013
("Cirrus Logic"), device: 00b8
("GD 5446"), subvendor: 1af4
, subdevice: 1100
("QEMU Virtual Machine")1013
("Cirrus Logic"), device: 00b8
("GD 5446"), subvendor: 1af4
, subdevice: 1100
("QEMU Virtual Machine")1013
("Cirrus Logic"), device: 00b8
("GD 5446"), subvendor: 1af4
, subdevice: 1100
("QEMU Virtual Machine")1013
("Cirrus Logic"), device: 00b8
("GD 5446"), subvendor: 5853
, subdevice: 0001
1013
("Cirrus Logic"), device: 00b8
("GD 5446"), subvendor: 5853
, subdevice: 0001
1013
("Cirrus Logic"), device: 00b8
("GD 5446"), subvendor: 5853
, subdevice: 0001
Raw data from LKDDb:
lkddb module cirrus CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/cirrus/Kconfig : "Cirrus driver for QEMU emulated device" # in 3.5–3.19, 4.0–4.20, 5.0–5.7
lkddb module cirrus CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/tiny/Kconfig : "Cirrus driver for QEMU emulated device" # in 5.8–5.19, 6.0–6.11, 6.12-rc+HEAD
lkddb pci 1013 00b8 1af4 1100 ...... : CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/cirrus/cirrus.c # in 5.2–5.7
lkddb pci 1013 00b8 1af4 1100 ...... : CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/cirrus/cirrus_drv.c # in 3.17–3.19, 4.0–4.20, 5.0–5.1
lkddb pci 1013 00b8 1af4 1100 ...... : CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/tiny/cirrus.c # in 5.8–5.19, 6.0–6.11, 6.12-rc+HEAD
lkddb pci 1013 00b8 5853 0001 ...... : CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/cirrus/cirrus.c # in 5.2–5.7
lkddb pci 1013 00b8 5853 0001 ...... : CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/cirrus/cirrus_drv.c # in 3.18–3.19, 4.0–4.20, 5.0–5.1
lkddb pci 1013 00b8 5853 0001 ...... : CONFIG_DRM_CIRRUS_QEMU : drivers/gpu/drm/tiny/cirrus.c # in 5.8–5.19, 6.0–6.11, 6.12-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab