All of lore.kernel.org
 help / color / mirror / Atom feed
From: poma <pomidorabelisima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Pierre Moreau <pierre.morrow-GANU6spQydw@public.gmane.org>
Cc: "nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
	<nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
	Ben Skeggs <bskeggs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: Re: Chipset & Family
Date: Wed, 7 Oct 2015 03:49:01 +0200	[thread overview]
Message-ID: <56147A0D.3070901@gmail.com> (raw)
In-Reply-To: <561478C0.20304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>


dmesg -t | grep -i nvidia
nouveau 0000:02:00.0: NVIDIA G98 (098200a2)
input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input6
input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input7
input: HDA NVidia Line as /devices/pci0000:00/0000:00:07.0/sound/card0/input8
input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:07.0/sound/card0/input9
input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:07.0/sound/card0/input10
input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:07.0/sound/card0/input11
input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:07.0/sound/card0/input12
input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input13

- patched:
$ dmesg -t | grep -i chipset
nouveau 0000:02:00.0: GPU NVIDIA Chipset: G98 (098200a2)

Signed-off-by: poma <pomidorabelisima@gmail.com>

Nvidia is not just about video, but also audio,
so be more descriptive on device type and chipset as well.

---
 drm/nouveau/nvkm/engine/device/base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drm/nouveau/nvkm/engine/device/base.c b/drm/nouveau/nvkm/engine/device/base.c
index bbc9824..932a29a 100644
--- a/drm/nouveau/nvkm/engine/device/base.c
+++ b/drm/nouveau/nvkm/engine/device/base.c
@@ -2467,7 +2467,7 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
 			goto done;
 		}
 
-		nvdev_info(device, "NVIDIA %s (%08x)\n",
+		nvdev_info(device, "GPU NVIDIA Chipset: %s (%08x)\n",
 			   device->chip->name, boot0);
 
 		/* determine frequency of timing crystal */
-- 
2.6.0

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

  parent reply	other threads:[~2015-10-07  1:49 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
     [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 [this message]
     [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=56147A0D.3070901@gmail.com \
    --to=pomidorabelisima-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=bskeggs-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=pierre.morrow-GANU6spQydw@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.