svga: Add support for SVGAv3

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.

This enables 3D/graphics acceleration support on SVGAv3.

Signed-off-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16061>
This commit is contained in:
Zack Rusin
2022-02-08 16:41:32 -05:00
committed by Marge Bot
parent e5306d190a
commit 16019ff7cc
5 changed files with 27 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
CHIPSET(0x0405, SVGAII, SVGAII)
CHIPSET(0x0406, SVGAv3, SVGAv3)