projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15b4ca
)
nouveau: nouveau_set_bo_placement takes TTM flags
author
Dave Airlie
<airlied@redhat.com>
Fri, 18 May 2012 14:31:12 +0000
(15:31 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 22 May 2012 09:11:56 +0000
(10:11 +0100)
This seems to be wrong to me, spotted while thinking about dma-buf.
Reviewed-by: Ben Skeggs <bskeggs@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bo.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_bo.c
b/drivers/gpu/drm/nouveau/nouveau_bo.c
index 7d15a774f9c9e6e46b431803ef9d60cf0766d54a..12ce044f12f557ec4b7f8fd418338a0236ca10fe 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_bo.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_bo.c
@@
-1030,7
+1030,7
@@
nouveau_ttm_fault_reserve_notify(struct ttm_buffer_object *bo)
nvbo->placement.fpfn = 0;
nvbo->placement.lpfn = dev_priv->fb_mappable_pages;
- nouveau_bo_placement_set(nvbo, TTM_PL_VRAM, 0);
+ nouveau_bo_placement_set(nvbo, TTM_PL_
FLAG_
VRAM, 0);
return nouveau_bo_validate(nvbo, false, true, false);
}