drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2
authorChristian König <christian.koenig@amd.com>
Thu, 3 Jul 2014 07:02:23 +0000 (09:02 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 8 Jul 2014 01:15:58 +0000 (11:15 +1000)
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>

No differences found