提交 1f2285d4 编写于 作者: V Viktor Novotný 提交者: Ben Skeggs

drm/nouveau/clk: fix crystal frequency retrieval on nv25

Signed-off-by: NViktor Novotný <noviktor@seznam.cz>
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 fced4b22
......@@ -208,7 +208,7 @@ nouveau_devobj_ctor(struct nouveau_object *parent,
/* determine frequency of timing crystal */
if ( device->chipset < 0x17 ||
(device->chipset >= 0x20 && device->chipset <= 0x25))
(device->chipset >= 0x20 && device->chipset < 0x25))
strap &= 0x00000040;
else
strap &= 0x00400040;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册