diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 94d8dd27bde8..5b134438effe 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
| @@ -1170,6 +1170,12 @@ int nv17_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); | |||
| 1170 | int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); | 1170 | int nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); |
| 1171 | int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); | 1171 | int nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state); |
| 1172 | 1172 | ||
| 1173 | /* nv50_calc. */ | ||
| 1174 | int nv50_calc_pll(struct drm_device *, struct pll_lims *, int clk, | ||
| 1175 | int *N1, int *M1, int *N2, int *M2, int *P); | ||
| 1176 | int nv50_calc_pll2(struct drm_device *, struct pll_lims *, | ||
| 1177 | int clk, int *N, int *fN, int *M, int *P); | ||
| 1178 | |||
| 1173 | #ifndef ioread32_native | 1179 | #ifndef ioread32_native |
| 1174 | #ifdef __BIG_ENDIAN | 1180 | #ifdef __BIG_ENDIAN |
| 1175 | #define ioread16_native ioread16be | 1181 | #define ioread16_native ioread16be |
