Commit 2b6f1c5f authored by Ben Skeggs's avatar Ben Skeggs

drm/nvc0/gr: fix typo in class9197 init

Reported-by: default avatarChristoph Bumiller <e0425955@student.tuwien.ac.at>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 066d65db
...@@ -1209,7 +1209,7 @@ nvc0_grctx_generate_9197(struct drm_device *dev) ...@@ -1209,7 +1209,7 @@ nvc0_grctx_generate_9197(struct drm_device *dev)
for (mthd = 0x3400; mthd <= 0x35fc; mthd += 4) for (mthd = 0x3400; mthd <= 0x35fc; mthd += 4)
nv_mthd(dev, 0x9197, mthd, 0x00000000); nv_mthd(dev, 0x9197, mthd, 0x00000000);
} }
nv_mthd(dev, 0x9297, 0x02e4, 0x0000b001); nv_mthd(dev, 0x9197, 0x02e4, 0x0000b001);
} }
static void static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment