diff options
| -rw-r--r-- | drivers/gpu/drm/radeon/radeon_ttm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c index 4ca7dfc44310..d2ed896cca01 100644 --- a/drivers/gpu/drm/radeon/radeon_ttm.c +++ b/drivers/gpu/drm/radeon/radeon_ttm.c | |||
| @@ -209,6 +209,7 @@ static void radeon_evict_flags(struct ttm_buffer_object *bo, | |||
| 209 | default: | 209 | default: |
| 210 | radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); | 210 | radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); |
| 211 | } | 211 | } |
| 212 | *placement = rbo->placement; | ||
| 212 | } | 213 | } |
| 213 | 214 | ||
| 214 | static int radeon_verify_access(struct ttm_buffer_object *bo, struct file *filp) | 215 | static int radeon_verify_access(struct ttm_buffer_object *bo, struct file *filp) |
