Skip to content

Commit

Permalink
drm/nv04/pm: recalibrate timer on nvclk changes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Peres <martin.peres@ensi-bourges.fr>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Martin Peres authored and Ben Skeggs committed Sep 20, 2011
1 parent 591b06d commit f3f2f54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/gpu/drm/nouveau/nv04_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void
nv04_pm_clock_set(struct drm_device *dev, void *pre_state)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;
struct nouveau_timer_engine *ptimer = &dev_priv->engine.timer;
struct nv04_pm_state *state = pre_state;
u32 reg = state->pll.reg;

Expand All @@ -85,6 +86,9 @@ nv04_pm_clock_set(struct drm_device *dev, void *pre_state)
nv_mask(dev, 0x1002c0, 0, 1 << 8);
}

if (reg == NV_PRAMDAC_NVPLL_COEFF)
ptimer->init(dev);

kfree(state);
}

0 comments on commit f3f2f54

Please sign in to comment.