From: poma <pomidorabelisima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
<nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Cc: Ben Skeggs <bskeggs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: Re: Chipset & Family
Date: Tue, 6 Oct 2015 15:01:32 +0200 [thread overview]
Message-ID: <5613C62C.4060401@gmail.com> (raw)
In-Reply-To: <561313F1.9090304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On 06.10.2015 02:21, poma wrote:
> 4.1.8-200.fc22.x86_64 dmesg:
> [ 11.809467] nouveau [ DEVICE][0000:02:00.0] BOOT0 : 0x098200a2
> [ 11.809493] nouveau [ DEVICE][0000:02:00.0] Chipset: G98 (NV98)
> [ 11.809508] nouveau [ DEVICE][0000:02:00.0] Family : NV50
>
>
> 4.3.0-0.rc4.git0.1.fc24.x86_64 dmesg:
> [ 2.483843] nouveau 0000:02:00.0: NVIDIA G98 (098200a2)
>
>
> Where vanished these Chipset & Family super cool lines?
>
http://cgit.freedesktop.org/~darktama/nouveau/commit/drm/nouveau/nvkm/engine/device/base.c?id=6cc9e47
commit 6cc9e47f7f574cb3df6b14caebf15b35408b106d
Author: Ben Skeggs <bskeggs@redhat.com>
Date: Thu Aug 20 14:54:13 2015 +1000
device: switch to dev_printk macros
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/nvkm/engine/device/base.c | 11 +++--------
...
- nv_info(device, "BOOT0 : 0x%08x\n", boot0);
- nv_info(device, "Chipset: %s (NV%02X)\n",
- device->cname, device->chipset);
- nv_info(device, "Family : NV%02X\n", device->card_type);
+ nvdev_info(device, "NVIDIA %s (%08x)\n", device->cname, boot0);
These lines were useful as basic device information,
and as reference to wiki "CodeNames"
http://nouveau.freedesktop.org/wiki/CodeNames
"This page contains a list of some NVIDIA chip code names and their corresponding official GeForce number. If you're running a recent version nouveau, you can find your chipset by doing dmesg | grep -i chipset. This will always be correct, whereas the lists below are approximate."
Notice "dmesg | grep -i chipset"
BTW "NVIDIA" is already visible via 'lspci' - lspci | grep VGA
So only gain is unnecessary information reduction and redundancy.
Please bring Chipset & Family back.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
next prev parent reply other threads:[~2015-10-06 13:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-06 0:21 Chipset & Family poma
[not found] ` <561313F1.9090304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-06 13:01 ` poma [this message]
[not found] ` <5613C62C.4060401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-06 19:07 ` Pierre Moreau
[not found] ` <1CCCB9A7-2A82-4680-BDAB-11BA46A927B5-GANU6spQydw@public.gmane.org>
2015-10-07 1:43 ` poma
[not found] ` <561478C0.20304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-07 1:49 ` poma
[not found] ` <56147A0D.3070901-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-07 1:55 ` Ben Skeggs
[not found] ` <56147B7C.1010401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-07 2:08 ` poma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5613C62C.4060401@gmail.com \
--to=pomidorabelisima-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=bskeggs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.