diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-07-20 05:04:46 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-07-25 03:42:27 +0400 |
commit | 70ad25ab735a016c48183875f657d90d592b773d (patch) | |
tree | 9596e372527faf3e924ae3bab421bbfb2bf8b8d8 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 12a30e267c162145df3c104d0f4aabff7bce56a5 (diff) | |
download | linux-70ad25ab735a016c48183875f657d90d592b773d.tar.xz |
drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashing
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.h | 1 |
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 72bfc143eb47..d0bd010585ab 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h @@ -1142,7 +1142,6 @@ extern int nvc0_fifo_unload_context(struct drm_device *); /* nv04_graph.c */ extern int nv04_graph_create(struct drm_device *); -extern void nv04_graph_fifo_access(struct drm_device *, bool); extern int nv04_graph_object_new(struct nouveau_channel *, int, u32, u16); extern int nv04_graph_mthd_page_flip(struct nouveau_channel *chan, u32 class, u32 mthd, u32 data); |