diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-07-22 21:31:08 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-07-25 21:42:59 -0400 |
commit | d0875edd9374296af8702d850254809e34a809cd (patch) | |
tree | f9870d97129af1a7a941904f38fb60401a65b1b0 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 49eed80ad0cfa5d5d02992e8088463cbf1a5ff85 (diff) |
drm/nv50: add function to control GPIO IRQ reporting
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 9d53f3d1487..6b24186a103 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -1140,6 +1140,7 @@ int nv17_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); | |||
1140 | /* nv50_gpio.c */ | 1140 | /* nv50_gpio.c */ |
1141 | int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); | 1141 | int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); |
1142 | int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); | 1142 | int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); |
1143 | void nv50_gpio_irq_enable(struct drm_device *, enum dcb_gpio_tag, bool on); | ||
1143 | 1144 | ||
1144 | /* nv50_calc. */ | 1145 | /* nv50_calc. */ |
1145 | int nv50_calc_pll(struct drm_device *, struct pll_lims *, int clk, | 1146 | int nv50_calc_pll(struct drm_device *, struct pll_lims *, int clk, |