Skip to content

Commit

Permalink
drm/nv50: regression fix, point NVAA/NVAC at correct PM functions
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Dec 3, 2010
1 parent 35fa2f2 commit 5f80198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ static int nouveau_init_engine_ptrs(struct drm_device *dev)
case 0x96:
case 0x98:
case 0xa0:
case 0xaa:
case 0xac:
case 0x50:
engine->pm.clock_get = nv50_pm_clock_get;
engine->pm.clock_pre = nv50_pm_clock_pre;
Expand Down

0 comments on commit 5f80198

Please sign in to comment.