drm/nv50: fix display on 0x50
Accidently busted a while back. We'll be creating objects that aren't necessary here, but, they're never used so no harm.. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
8c06a3e020
commit
c4534fdf56
1 changed files with 1 additions and 2 deletions
|
@ -283,8 +283,7 @@ nv50_evo_create(struct drm_device *dev)
|
|||
nv50_evo_channel_del(&dev_priv->evo);
|
||||
return ret;
|
||||
}
|
||||
} else
|
||||
if (dev_priv->chipset != 0x50) {
|
||||
} else {
|
||||
ret = nv50_evo_dmaobj_new(evo, 0x3d, NvEvoFB16, 0x70, 0x19,
|
||||
0, 0xffffffff, 0x00010000);
|
||||
if (ret) {
|
||||
|
|
Loading…
Reference in a new issue