projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba59953
)
drm/nouveau: fix thinko in nv04_instmem.c
author
Ben Skeggs
<bskeggs@redhat.com>
Fri, 15 Jan 2010 02:21:37 +0000
(12:21 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Sun, 17 Jan 2010 23:55:54 +0000
(09:55 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nv04_instmem.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nv04_instmem.c
b/drivers/gpu/drm/nouveau/nv04_instmem.c
index a20c206625a2616f64b6601efa959ee4b9badd77..a3b9563a6f60c4f933cd9caf687da307eaac90ae 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nv04_instmem.c
+++ b/
drivers/gpu/drm/nouveau/nv04_instmem.c
@@
-30,7
+30,7
@@
nv04_instmem_determine_amount(struct drm_device *dev)
* of vram. For now, only reserve a small piece until we know
* more about what each chipset requires.
*/
- switch (dev_priv->chipset
& 0xf0
) {
+ switch (dev_priv->chipset) {
case 0x40:
case 0x47:
case 0x49: