commit | e3f202798aaa808e7a38faa8c3a9f0aa93b85cc0 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Jul 03 09:02:23 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 08 11:15:58 2014 +1000 |
tree | 3eac926b195d382c73a900c2eae11137aab9cf09 | |
parent | 4e4e7dc55af5aa62497ac060e3cfd143bd4b4db3 [diff] |
drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2 bo->mem.placement is not initialized when ttm_bo_man_get_node is called, so the flag had no effect at all. v2: change nouveau and vmwgfx as well Signed-off-by: Christian König <christian.koenig@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>