Skip to content

svga: Add support for SVGAv3

Neha Bhende requested to merge bhenden/mesa:SVGAv3 into main

SVGAv3 changes the PCI id due to differences in how PCI configuration is handled - removal of VRAM and FIFO PCI resources, switch to MMIO registers and MSI/MSI-X IRQ support but the 3D commands remain largely the same.

Patches enable 3D/graphics acceleration support on SVGAv3.

Merge request reports