* [PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
@ 2017-08-11 10:56 Rhys Kidd
2017-10-01 13:36 ` Martin Peres
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Rhys Kidd @ 2017-08-11 10:56 UTC (permalink / raw)
To: Ben Skeggs, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
nouveau supports the Tegra K1 and higher after the SoC-based GPUs converged
with the main GeForce GPU families.
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
---
drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 822fe1d4d35e..fbe42ec0a5f1 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -5,7 +5,7 @@
#define DRIVER_EMAIL "nouveau@lists.freedesktop.org"
#define DRIVER_NAME "nouveau"
-#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla"
+#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla/Tegra"
#define DRIVER_DATE "20120801"
#define DRIVER_MAJOR 1
--
2.11.0
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
2017-08-11 10:56 [PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC Rhys Kidd
@ 2017-10-01 13:36 ` Martin Peres
2017-10-01 13:39 ` [Nouveau] " Pierre Moreau
[not found] ` <20170811105616.9727-1-rhyskidd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2 siblings, 0 replies; 6+ messages in thread
From: Martin Peres @ 2017-10-01 13:36 UTC (permalink / raw)
To: Rhys Kidd, Ben Skeggs, dri-devel, nouveau
On 11/08/17 13:56, Rhys Kidd wrote:
> nouveau supports the Tegra K1 and higher after the SoC-based GPUs converged
> with the main GeForce GPU families.
>
> Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
> ---
> drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
> index 822fe1d4d35e..fbe42ec0a5f1 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_drv.h
> +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
> @@ -5,7 +5,7 @@
> #define DRIVER_EMAIL "nouveau@lists.freedesktop.org"
>
> #define DRIVER_NAME "nouveau"
> -#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla"
> +#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla/Tegra"
The problem is that we do not support all Tegras. How about Tegra TK1+?
I really do not care much about this string, but I guess I probably
should a bit.
With the TK1 added, this is:
Reviewed-by" Martin Peres <martin.peres@free.fr>
> #define DRIVER_DATE "20120801"
>
> #define DRIVER_MAJOR 1
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Nouveau] [PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
2017-08-11 10:56 [PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC Rhys Kidd
2017-10-01 13:36 ` Martin Peres
@ 2017-10-01 13:39 ` Pierre Moreau
[not found] ` <20170811105616.9727-1-rhyskidd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2 siblings, 0 replies; 6+ messages in thread
From: Pierre Moreau @ 2017-10-01 13:39 UTC (permalink / raw)
To: Rhys Kidd; +Cc: nouveau, Ben Skeggs, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1223 bytes --]
You are right, Tegra should probably be part of the description, even if we do
not support pre-K1 Tegras.
Acked-by: Pierre Moreau <pierre.morrow@free.fr>
On 2017-08-11 — 10:56, Rhys Kidd wrote:
> nouveau supports the Tegra K1 and higher after the SoC-based GPUs converged
> with the main GeForce GPU families.
>
> Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
> ---
> drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
> index 822fe1d4d35e..fbe42ec0a5f1 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_drv.h
> +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
> @@ -5,7 +5,7 @@
> #define DRIVER_EMAIL "nouveau@lists.freedesktop.org"
>
> #define DRIVER_NAME "nouveau"
> -#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla"
> +#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla/Tegra"
> #define DRIVER_DATE "20120801"
>
> #define DRIVER_MAJOR 1
> --
> 2.11.0
>
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
[not found] ` <20170811105616.9727-1-rhyskidd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-10-01 14:13 ` Rhys Kidd
2017-10-12 11:41 ` [Nouveau] " Thierry Reding
0 siblings, 1 reply; 6+ messages in thread
From: Rhys Kidd @ 2017-10-01 14:13 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Ben Skeggs
nouveau supports the Tegra K1 and higher after the SoC-based GPUs converged
with the main GeForce GPU families.
v2:
- Qualify that support is Tegra K1+ (Martin Peres)
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Martin Peres <martin.peres@free.fr>
Acked-by: Pierre Moreau <pierre.morrow@free.fr>
---
drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 822fe1d4d35e..ec60d52790e3 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -5,7 +5,7 @@
#define DRIVER_EMAIL "nouveau@lists.freedesktop.org"
#define DRIVER_NAME "nouveau"
-#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla"
+#define DRIVER_DESC "nVidia Riva/TNT/GeForce/Quadro/Tesla/Tegra K1+"
#define DRIVER_DATE "20120801"
#define DRIVER_MAJOR 1
--
2.11.0
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Nouveau] [PATCH v2] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
2017-10-01 14:13 ` [PATCH v2] " Rhys Kidd
@ 2017-10-12 11:41 ` Thierry Reding
2017-10-12 20:09 ` Ben Skeggs
0 siblings, 1 reply; 6+ messages in thread
From: Thierry Reding @ 2017-10-12 11:41 UTC (permalink / raw)
To: Rhys Kidd; +Cc: nouveau, Ben Skeggs, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 606 bytes --]
On Sun, Oct 01, 2017 at 10:13:53AM -0400, Rhys Kidd wrote:
> nouveau supports the Tegra K1 and higher after the SoC-based GPUs converged
> with the main GeForce GPU families.
>
> v2:
> - Qualify that support is Tegra K1+ (Martin Peres)
>
> Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
> Reviewed-by: Martin Peres <martin.peres@free.fr>
> Acked-by: Pierre Moreau <pierre.morrow@free.fr>
> ---
> drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Ben's probably picked this up already, but FWIW:
Acked-by: Thierry Reding <treding@nvidia.com>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Nouveau] [PATCH v2] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
2017-10-12 11:41 ` [Nouveau] " Thierry Reding
@ 2017-10-12 20:09 ` Ben Skeggs
0 siblings, 0 replies; 6+ messages in thread
From: Ben Skeggs @ 2017-10-12 20:09 UTC (permalink / raw)
To: Thierry Reding, Rhys Kidd; +Cc: nouveau, dri-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 741 bytes --]
On 10/12/2017 09:41 PM, Thierry Reding wrote:
> On Sun, Oct 01, 2017 at 10:13:53AM -0400, Rhys Kidd wrote:
>> nouveau supports the Tegra K1 and higher after the SoC-based GPUs converged
>> with the main GeForce GPU families.
>>
>> v2:
>> - Qualify that support is Tegra K1+ (Martin Peres)
>>
>> Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
>> Reviewed-by: Martin Peres <martin.peres@free.fr>
>> Acked-by: Pierre Moreau <pierre.morrow@free.fr>
>> ---
>> drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Ben's probably picked this up already, but FWIW:
It's queued in my tree, but, I've added your ack. Thanks!
>
> Acked-by: Thierry Reding <treding@nvidia.com>
>
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-10-12 20:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 10:56 [PATCH] drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC Rhys Kidd
2017-10-01 13:36 ` Martin Peres
2017-10-01 13:39 ` [Nouveau] " Pierre Moreau
[not found] ` <20170811105616.9727-1-rhyskidd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-01 14:13 ` [PATCH v2] " Rhys Kidd
2017-10-12 11:41 ` [Nouveau] " Thierry Reding
2017-10-12 20:09 ` Ben Skeggs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).