mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/nv50: regression fix, point NVAA/NVAC at correct PM functions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
35fa2f2ad1
commit
5f80198e43
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,8 @@ static int nouveau_init_engine_ptrs(struct drm_device *dev)
|
||||||
case 0x96:
|
case 0x96:
|
||||||
case 0x98:
|
case 0x98:
|
||||||
case 0xa0:
|
case 0xa0:
|
||||||
|
case 0xaa:
|
||||||
|
case 0xac:
|
||||||
case 0x50:
|
case 0x50:
|
||||||
engine->pm.clock_get = nv50_pm_clock_get;
|
engine->pm.clock_get = nv50_pm_clock_get;
|
||||||
engine->pm.clock_pre = nv50_pm_clock_pre;
|
engine->pm.clock_pre = nv50_pm_clock_pre;
|
||||||
|
|
Loading…
Add table
Reference in a new issue