projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066d65d
)
drm/nvc0/gr: fix typo in class9197 init
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 26 May 2011 22:36:45 +0000
(08:36 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 23 Jun 2011 05:57:51 +0000
(15:57 +1000)
Reported-by: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvc0_grctx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvc0_grctx.c
b/drivers/gpu/drm/nouveau/nvc0_grctx.c
index e99ebb011c05d45c0b17e16f17c3f3f194d384f9..f2f9825ab0a6b1f22f5997747b8c4cf71ccf19f1 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvc0_grctx.c
+++ b/
drivers/gpu/drm/nouveau/nvc0_grctx.c
@@
-1209,7
+1209,7
@@
nvc0_grctx_generate_9197(struct drm_device *dev)
for (mthd = 0x3400; mthd <= 0x35fc; mthd += 4)
nv_mthd(dev, 0x9197, mthd, 0x00000000);
}
- nv_mthd(dev, 0x9
2
97, 0x02e4, 0x0000b001);
+ nv_mthd(dev, 0x9
1
97, 0x02e4, 0x0000b001);
}
static void