drm/nvc0/pm: enable voltage_get

I don't have a terribly good reason for not enabling voltage_set too, but,
lets wait and see.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2011-06-09 17:34:02 +10:00
parent 93dccbedeb
commit 3c71c2330b
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ static int nouveau_init_engine_ptrs(struct drm_device *dev)
engine->vram.put = nv50_vram_del;
engine->vram.flags_valid = nvc0_vram_flags_valid;
engine->pm.temp_get = nv84_temp_get;
engine->pm.voltage_get = nouveau_voltage_gpio_get;
break;
default:
NV_ERROR(dev, "NV%02x unsupported\n", dev_priv->chipset);