From 93ac93ed7a8a543644ced80f24d073e3e7c6289e Mon Sep 17 00:00:00 2001 From: Yusuf Khan Date: Fri, 19 Apr 2024 00:49:15 -0500 Subject: [PATCH] nv: support GT 320M....hopefully This is gt216 which is a close relative of my gt218 but...it should be closer to the rest of the chipsets enough to work hopefully. Signed-off-by: Yusuf Khan Part-of: --- src/nv_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nv_driver.c b/src/nv_driver.c index 7ad931f..2f56984 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -854,6 +854,7 @@ NVIsG80(int chipType) case 0x0850: case 0x0860: case 0x0870: + case 0x08a0: /* GT 320M hopefully... */ case 0x0a20: case 0x0a30: case 0x0a60: