diff options
author | Yusuf Khan <yusisamerican@gmail.com> | 2024-04-19 00:49:15 -0500 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-11 19:56:18 +0000 |
commit | 93ac93ed7a8a543644ced80f24d073e3e7c6289e (patch) | |
tree | 9268af6820d3cd5098a779964ef2005e1a9a8717 | |
parent | 714dcafbe2efa0365aca32b7e95d3961cebe1515 (diff) |
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 <yusisamerican@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv/-/merge_requests/16>
-rw-r--r-- | src/nv_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: |