summaryrefslogtreecommitdiff
path: root/nvkm/include/subdev/pwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/subdev/pwr.h')
-rw-r--r--nvkm/include/subdev/pwr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvkm/include/subdev/pwr.h b/nvkm/include/subdev/pwr.h
index 1c4668505..bf3d1f611 100644
--- a/nvkm/include/subdev/pwr.h
+++ b/nvkm/include/subdev/pwr.h
@@ -48,7 +48,7 @@ void nouveau_memx_wait(struct nouveau_memx *,
u32 addr, u32 mask, u32 data, u32 nsec);
void nouveau_memx_nsec(struct nouveau_memx *, u32 nsec);
void nouveau_memx_wait_vblank(struct nouveau_memx *);
-void nouveau_memx_fb_disable(struct nouveau_memx *);
-void nouveau_memx_fb_enable(struct nouveau_memx *);
+void nouveau_memx_block(struct nouveau_memx *);
+void nouveau_memx_unblock(struct nouveau_memx *);
#endif