Message ID | 20171001141353.25420-1-rhyskidd@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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>
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> >
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