diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_notifier.c b/drivers/gpu/drm/nouveau/nouveau_notifier.c index 6abdbe6530a7..2ef883c4bbc1 100644 --- a/drivers/gpu/drm/nouveau/nouveau_notifier.c +++ b/drivers/gpu/drm/nouveau/nouveau_notifier.c | |||
@@ -115,7 +115,7 @@ nouveau_notifier_alloc(struct nouveau_channel *chan, uint32_t handle, | |||
115 | struct drm_nouveau_private *dev_priv = dev->dev_private; | 115 | struct drm_nouveau_private *dev_priv = dev->dev_private; |
116 | struct nouveau_gpuobj *nobj = NULL; | 116 | struct nouveau_gpuobj *nobj = NULL; |
117 | struct drm_mm_node *mem; | 117 | struct drm_mm_node *mem; |
118 | uint32_t offset; | 118 | uint64_t offset; |
119 | int target, ret; | 119 | int target, ret; |
120 | 120 | ||
121 | mem = drm_mm_search_free_in_range(&chan->notifier_heap, size, 0, | 121 | mem = drm_mm_search_free_in_range(&chan->notifier_heap, size, 0, |