Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177051
b: refs/heads/master
c: 9fb03e6
h: refs/heads/master
i:
  177049: c1aecec
  177047: 7e68beb
v: v3
  • Loading branch information
Jerome Glisse authored and Dave Airlie committed Dec 16, 2009
1 parent 0bac5df commit 87ba603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5012f5063f41ca01240e5983c3b2cceb9aafc7a4
refs/heads/master: 9fb03e63511cc20d413c2896396ba77df3db8411
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ void radeon_ttm_placement_from_domain(struct radeon_bo *rbo, u32 domain)
rbo->placements[c++] = TTM_PL_MASK_CACHING | TTM_PL_FLAG_TT;
if (domain & RADEON_GEM_DOMAIN_CPU)
rbo->placements[c++] = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM;
if (!c)
rbo->placements[c++] = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM;
rbo->placement.num_placement = c;
rbo->placement.num_busy_placement = c;
}
Expand Down

0 comments on commit 87ba603

Please sign in to comment.