diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-11-02 20:18:04 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-12-03 00:11:32 -0500 |
commit | 2cbd4c818578ef8f2e486dc77267ead1e503c637 (patch) | |
tree | 15bebf560673a717f294f4ff420851170685c7f4 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | d7facf9dc50acff69de9688088caa78b3cf69ebb (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.h | 1 |
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 */ |
1361 | int nv50_gpio_init(struct drm_device *dev); | 1361 | int nv50_gpio_init(struct drm_device *dev); |
1362 | void nv50_gpio_fini(struct drm_device *dev); | ||
1362 | int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); | 1363 | int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); |
1363 | int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); | 1364 | int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); |
1364 | void nv50_gpio_irq_enable(struct drm_device *, enum dcb_gpio_tag, bool on); | 1365 | void nv50_gpio_irq_enable(struct drm_device *, enum dcb_gpio_tag, bool on); |