aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-05-08 11:22:27 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-07-26 10:28:16 +1000
commit0ade74b6c6843892b52e6c2a4ac02183242eec27 (patch)
tree6457434a0d81236d102dd4453b2ee66240f173a8 /drivers/gpu/drm/nouveau/nouveau_drv.h
parentdrm/nouveau: mark most of our ioctls as deprecated, move to compat layer (diff)
downloadlinux-dev-0ade74b6c6843892b52e6c2a4ac02183242eec27.tar.xz
linux-dev-0ade74b6c6843892b52e6c2a4ac02183242eec27.zip
drm/nv50: extend vblank semaphore to generic dmaobj + offset pair
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index a5dc98495125..03da38373552 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -910,7 +910,6 @@ extern void nouveau_notifier_takedown_channel(struct nouveau_channel *);
extern int nouveau_notifier_alloc(struct nouveau_channel *, uint32_t handle,
int cout, uint32_t start, uint32_t end,
uint32_t *offset);
-extern int nouveau_notifier_offset(struct nouveau_gpuobj *, uint32_t *);
/* nouveau_channel.c */
extern void nouveau_channel_cleanup(struct drm_device *, struct drm_file *);