diff options
author | Rhys Kidd <[email protected]> | 2017-11-01 03:56:19 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2017-11-02 13:32:15 +1000 |
commit | 451b58d2d03d2033f00d346fb0b0335e536ae5ae (patch) | |
tree | 4955b68706d58f756318bd092273192bdbfc4103 | |
parent | d32656373857839c82e3941a9e26cf228ca319b3 (diff) |
drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
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 <[email protected]>
Reviewed-by: Martin Peres <[email protected]>
Acked-by: Pierre Moreau <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 "[email protected]" #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 |