diff options
author | Dave Airlie <airlied@redhat.com> | 2011-03-15 21:34:41 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-03-15 21:34:41 -0400 |
commit | 38f1cff0863809587b5fd10ecd0c24c8b543a48c (patch) | |
tree | 7cf6eb88cdc938c3683209d38311e711a1119400 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 4819d2e4310796c4e9eef674499af9b9caf36b5a (diff) | |
parent | 5359533801e3dd3abca5b7d3d985b0b33fd9fe8b (diff) |
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
This commit changed an internal radeon structure, that meant a new driver
in -next had to be fixed up, merge in the commit and fix up the driver.
Also fixes a trivial nouveau merge.
Conflicts:
drivers/gpu/drm/nouveau/nouveau_mem.c
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 8efefed58c15..06111887b789 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -853,7 +853,8 @@ extern const struct ttm_mem_type_manager_func nouveau_gart_manager; | |||
853 | extern int nouveau_notifier_init_channel(struct nouveau_channel *); | 853 | extern int nouveau_notifier_init_channel(struct nouveau_channel *); |
854 | extern void nouveau_notifier_takedown_channel(struct nouveau_channel *); | 854 | extern void nouveau_notifier_takedown_channel(struct nouveau_channel *); |
855 | extern int nouveau_notifier_alloc(struct nouveau_channel *, uint32_t handle, | 855 | extern int nouveau_notifier_alloc(struct nouveau_channel *, uint32_t handle, |
856 | int cout, uint32_t *offset); | 856 | int cout, uint32_t start, uint32_t end, |
857 | uint32_t *offset); | ||
857 | extern int nouveau_notifier_offset(struct nouveau_gpuobj *, uint32_t *); | 858 | extern int nouveau_notifier_offset(struct nouveau_gpuobj *, uint32_t *); |
858 | extern int nouveau_ioctl_notifier_alloc(struct drm_device *, void *data, | 859 | extern int nouveau_ioctl_notifier_alloc(struct drm_device *, void *data, |
859 | struct drm_file *); | 860 | struct drm_file *); |