diff options
author | Dave Airlie <airlied@redhat.com> | 2011-12-20 09:43:53 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-12-20 09:43:53 -0500 |
commit | 1fbe6f625f69e48c4001051dc1431afc704acfaa (patch) | |
tree | 826b741201a2e09a627ed350c6ff36935f5cff79 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 0cecdd818cd79d092e36e70dfe3a71f2878d6b96 (diff) | |
parent | 384703b8e6cd4c8ef08512e596024e028c91c339 (diff) |
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Merge in the upstream tree to bring in the mainline fixes.
Conflicts:
drivers/gpu/drm/exynos/exynos_drm_fbdev.c
drivers/gpu/drm/nouveau/nouveau_sgdma.c
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 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); |
1422 | int nouveau_finish_page_flip(struct nouveau_channel *, | 1422 | int nouveau_finish_page_flip(struct nouveau_channel *, |
1423 | struct nouveau_page_flip_state *); | 1423 | struct nouveau_page_flip_state *); |
1424 | int nouveau_display_dumb_create(struct drm_file *, struct drm_device *, | ||
1425 | struct drm_mode_create_dumb *args); | ||
1426 | int nouveau_display_dumb_map_offset(struct drm_file *, struct drm_device *, | ||
1427 | uint32_t handle, uint64_t *offset); | ||
1428 | int nouveau_display_dumb_destroy(struct drm_file *, struct drm_device *, | ||
1429 | uint32_t handle); | ||
1424 | 1430 | ||
1425 | /* nv10_gpio.c */ | 1431 | /* nv10_gpio.c */ |
1426 | int nv10_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); | 1432 | int nv10_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag); |