aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
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,