aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-11-02 20:18:04 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-12-03 00:11:32 -0500
commit2cbd4c818578ef8f2e486dc77267ead1e503c637 (patch)
tree15bebf560673a717f294f4ff420851170685c7f4 /drivers/gpu/drm/nouveau/nouveau_drv.h
parentd7facf9dc50acff69de9688088caa78b3cf69ebb (diff)
drm/nv50: move GPIO ISR to nv50_gpio.c
Reviewed-by: Francisco Jerez <currojerez@riseup.net> 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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 52dc97d87ebd..c0fad126eaa4 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1359,6 +1359,7 @@ int nv10_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state);
1359 1359
1360/* nv50_gpio.c */ 1360/* nv50_gpio.c */
1361int nv50_gpio_init(struct drm_device *dev); 1361int nv50_gpio_init(struct drm_device *dev);
1362void nv50_gpio_fini(struct drm_device *dev);
1362int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); 1363int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag);
1363int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); 1364int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state);
1364void nv50_gpio_irq_enable(struct drm_device *, enum dcb_gpio_tag, bool on); 1365void nv50_gpio_irq_enable(struct drm_device *, enum dcb_gpio_tag, bool on);