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.h6
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 0c53e39fc6c9..dfddb7e078a1 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1421,6 +1421,12 @@ int nouveau_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb,
1421 struct drm_pending_vblank_event *event); 1421 struct drm_pending_vblank_event *event);
1422int nouveau_finish_page_flip(struct nouveau_channel *, 1422int nouveau_finish_page_flip(struct nouveau_channel *,
1423 struct nouveau_page_flip_state *); 1423 struct nouveau_page_flip_state *);
1424int nouveau_display_dumb_create(struct drm_file *, struct drm_device *,
1425 struct drm_mode_create_dumb *args);
1426int nouveau_display_dumb_map_offset(struct drm_file *, struct drm_device *,
1427 uint32_t handle, uint64_t *offset);
1428int nouveau_display_dumb_destroy(struct drm_file *, struct drm_device *,
1429 uint32_t handle);
1424 1430
1425/* nv10_gpio.c */ 1431/* nv10_gpio.c */
1426int nv10_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); 1432int nv10_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag);