projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8b3d3
)
drm/nouveau: fix bug id typo in comment
author
Ilia Mirkin
<
[email protected]
>
Thu, 5 Jan 2017 06:13:15 +0000
(
01:13
-0500)
committer
Ben Skeggs
<
[email protected]
>
Fri, 17 Feb 2017 07:38:05 +0000
(17:38 +1000)
The issue was recorded in fd.o bug 27501, not 25701.
Signed-off-by: Ilia Mirkin <
[email protected]
>
Signed-off-by: Ben Skeggs <
[email protected]
>
drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
index 0a0e44b7557748d8115cd3d24cbb5d22efd54028..017a91de74a0d37f28fba357797ce8ba3b538c7a 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c
@@
-39,7
+39,7
@@
mcp77_ram_init(struct nvkm_ram *base)
u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1;
/* Enable NISO poller for various clients and set their associated
- * read address, only for MCP77/78 and MCP79/7A. (fd#2
57
01)
+ * read address, only for MCP77/78 and MCP79/7A. (fd#2
75
01)
*/
nvkm_wr32(device, 0x100c18, dniso);
nvkm_mask(device, 0x100c14, 0x00000000, 0x00000001);