drm/ttm: move fpfn and lpfn into each placement v2

This allows us to more fine grained specify where to place the buffer object.

v2: rebased on drm-next, add bochs changes as well

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Tento commit je obsažen v:
Christian König
2014-08-27 13:16:04 +02:00
rodič 484048db6b
revize f1217ed09f
26 změnil soubory, kde provedl 352 přidání a 259 odebrání

Zobrazit soubor

@@ -9,8 +9,8 @@ struct nouveau_bo {
struct ttm_buffer_object bo;
struct ttm_placement placement;
u32 valid_domains;
u32 placements[3];
u32 busy_placements[3];
struct ttm_place placements[3];
struct ttm_place busy_placements[3];
struct ttm_bo_kmap_obj kmap;
struct list_head head;