Reviewed-by: Rhys Kidd <rhyskidd at gmail.com>
On Sat, Jan 26, 2019 at 11:00 PM Ilia Mirkin <imirkin at alum.mit.edu>
wrote:
> ---
> man/nouveau.man | 9 ++++++++-
> src/nv_driver.c | 8 ++++++--
> 2 files changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/man/nouveau.man b/man/nouveau.man
> index 07d53c8..4878f24 100644
> --- a/man/nouveau.man
> +++ b/man/nouveau.man
> @@ -63,7 +63,14 @@ GF100, GF104, GF106, GF108, GF110, GF114, GF116, GF117,
> GF119
> GK104, GK106, GK107, GK110, GK208
> .TP 22
> .B GeForce GTX 750
> -GM107
> +GM107, GM108
> +.TP 22
> +.B GeForce GTX 9XX
> +GM200, GM204, GM206
> +.TP 22
> +.B GeForce GTX 10XX
> +GP102, GP104, GP106, GP107, GP108
> +
>
> .SH CONFIGURATION DETAILS
> Please refer to __xconfigfile__(__filemansuffix__) for general
> configuration
> diff --git a/src/nv_driver.c b/src/nv_driver.c
> index 1d276cf..2f8c89c 100644
> --- a/src/nv_driver.c
> +++ b/src/nv_driver.c
> @@ -140,8 +140,12 @@ static struct NvFamily NVKnownFamilies[] > {
"GeForce 6", "NV4x" },
> { "GeForce 7", "G7x" },
> { "GeForce 8", "G8x" },
> - { "GeForce GTX 200", "NVA0" },
> - { "GeForce GTX 400", "NVC0" },
> + { "GeForce 9", "G9x" },
> + { "GeForce GTX 2xx/3xx", "GT2xx" },
> + { "GeForce GTX 4xx/5xx", "GFxxx" },
> + { "GeForce GTX 6xx/7xx", "GKxxx" },
> + { "GeForce GTX 9xx", "GMxxx" },
> + { "GeForce GTX 10xx", "GPxxx" },
> { NULL, NULL}
> };
>
> --
> 2.19.2
>
> _______________________________________________
> Nouveau mailing list
> Nouveau at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20190127/799dbec6/attachment.html>