mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
drm/nv10: fix thinko and let nv17 do 3d again :)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
8888cb18ff
commit
01d63187d1
@ -1102,7 +1102,7 @@ nv10_graph_register(struct drm_device *dev)
|
||||
if (dev_priv->chipset <= 0x10) {
|
||||
NVOBJ_CLASS(dev, 0x0056, GR);
|
||||
} else
|
||||
if (dev_priv->chipset <= 0x17 || dev_priv->chipset == 0x1a) {
|
||||
if (dev_priv->chipset < 0x17 || dev_priv->chipset == 0x1a) {
|
||||
NVOBJ_CLASS(dev, 0x0096, GR);
|
||||
} else {
|
||||
NVOBJ_CLASS(dev, 0x0099, GR);
|
||||
|
Loading…
x
Reference in New Issue
Block a user