diff options
| -rw-r--r-- | drivers/gpu/drm/ttm/ttm_bo_manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo_manager.c b/drivers/gpu/drm/ttm/ttm_bo_manager.c index 1e93f6c198a2..aa0bd054d3e9 100644 --- a/drivers/gpu/drm/ttm/ttm_bo_manager.c +++ b/drivers/gpu/drm/ttm/ttm_bo_manager.c | |||
| @@ -69,7 +69,7 @@ static int ttm_bo_man_get_node(struct ttm_mem_type_manager *man, | |||
| 69 | return -ENOMEM; | 69 | return -ENOMEM; |
| 70 | 70 | ||
| 71 | if (place->flags & TTM_PL_FLAG_TOPDOWN) { | 71 | if (place->flags & TTM_PL_FLAG_TOPDOWN) { |
| 72 | sflags |= DRM_MM_SEARCH_BELOW; | 72 | sflags = DRM_MM_SEARCH_BELOW; |
| 73 | aflags = DRM_MM_CREATE_TOP; | 73 | aflags = DRM_MM_CREATE_TOP; |
| 74 | } | 74 | } |
| 75 | 75 | ||
