aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-08-27 21:32:34 -0400
committerBen Skeggs <bskeggs@redhat.com>2016-10-12 17:29:29 +1000
commit1cc88ab9542441b3371104872eefc4924408aaa3 (patch)
tree0d8b8032fea1e2b64cb4fe7cca8ecdd405786cf8 /drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c
parentdrm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo (diff)
downloadlinux-dev-1cc88ab9542441b3371104872eefc4924408aaa3.tar.xz
linux-dev-1cc88ab9542441b3371104872eefc4924408aaa3.zip
drm/nouveau/gr/nv3x: add 0x0597 kelvin 3d class support
Tested on a NV34. There are reports of this also working on the other nv3x chips. Largely useful for testing software written for NV2x without having the actual hardware available. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c
index 740df0f52c38..5e8abacbacc6 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.c
@@ -124,6 +124,7 @@ nv35_gr = {
{ -1, -1, 0x038a, &nv04_gr_object }, /* ifc (nv30) */
{ -1, -1, 0x039e, &nv04_gr_object }, /* swzsurf (nv30) */
{ -1, -1, 0x0497, &nv04_gr_object }, /* rankine */
+ { -1, -1, 0x0597, &nv04_gr_object }, /* kelvin */
{}
}
};