aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-07-22 21:31:08 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-07-25 21:42:59 -0400
commitd0875edd9374296af8702d850254809e34a809cd (patch)
treef9870d97129af1a7a941904f38fb60401a65b1b0 /drivers/gpu/drm/nouveau/nouveau_drv.h
parent49eed80ad0cfa5d5d02992e8088463cbf1a5ff85 (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.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 9d53f3d1487d..6b24186a103f 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 */
1141int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); 1141int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag);
1142int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); 1142int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state);
1143void nv50_gpio_irq_enable(struct drm_device *, enum dcb_gpio_tag, bool on);
1143 1144
1144/* nv50_calc. */ 1145/* nv50_calc. */
1145int nv50_calc_pll(struct drm_device *, struct pll_lims *, int clk, 1146int nv50_calc_pll(struct drm_device *, struct pll_lims *, int clk,