提交 0d92971d 编写于 作者: B Ben Skeggs

drm/nouveau: fix thinko in nv04_instmem.c

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 ba59953d
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册