projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6db957
)
drm/nouveau/fb/ram/gf100-: remove 0x10f200 read
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 28 Mar 2017 01:46:37 +0000
(11:46 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 11 May 2017 22:32:53 +0000
(08:32 +1000)
This reg has moved on Pascal, and causes a bus fault.
We never use the value anyway, so just remove the read.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
index
c639759
..
4a9bd4f
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
@@
-638,7
+638,6
@@
gf100_ram_ctor(const struct nvkm_ram_func *func, struct nvkm_fb *fb,
return ret;
}
- ram->ranks = (nvkm_rd32(device, 0x10f200) & 0x00000004) ? 2 : 1;
return 0;
}