Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269623
b: refs/heads/master
c: 4784e4a
h: refs/heads/master
i:
  269621: 1b4a2e5
  269619: 5c8fb1c
  269615: b0842dd
v: v3
  • Loading branch information
Ben Skeggs committed Sep 20, 2011
1 parent 3a8a5ab commit 922ffd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75139063b7a369f7fa849922d5a204b8ba96d582
refs/heads/master: 4784e4aa47a1754cdd1be24fd5106b722c4c137d
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ static int nouveau_init_engine_ptrs(struct drm_device *dev)
engine->vram.get = nvc0_vram_new;
engine->vram.put = nv50_vram_del;
engine->vram.flags_valid = nvc0_vram_flags_valid;
engine->pm.clocks_get = nvc0_pm_clocks_get;
engine->pm.voltage_get = nouveau_voltage_gpio_get;
engine->pm.voltage_set = nouveau_voltage_gpio_set;
break;
default:
NV_ERROR(dev, "NV%02x unsupported\n", dev_priv->chipset);
Expand Down

0 comments on commit 922ffd3

Please sign in to comment.