[PATCH] drm/ttm: call driver move_notify() when doing system->tt bo moves

2011-02-02 Thread Thomas Hellström
Reviewed-by: Thomas Hellstrom Ben Skeggs wrote: > From: Ben Skeggs > > Nouveau doesn't have enough information at ttm_backend_func.bind() time > to implement things like tiled GART, or to keep a buffer at a constant > address in the GPU virtual address space no matter where in physical >

[PATCH] drm/ttm: call driver move_notify() when doing system->tt bo moves

2011-02-02 Thread Ben Skeggs
From: Ben Skeggs Nouveau doesn't have enough information at ttm_backend_func.bind() time to implement things like tiled GART, or to keep a buffer at a constant address in the GPU virtual address space no matter where in physical memory it's placed. To resolve this, nouveau

Re: [PATCH] drm/ttm: call driver move_notify() when doing system-tt bo moves

2011-02-02 Thread Thomas Hellström
Reviewed-by: Thomas Hellstrom tho...@shipmail.org Ben Skeggs wrote: From: Ben Skeggs bske...@redhat.com Nouveau doesn't have enough information at ttm_backend_func.bind() time to implement things like tiled GART, or to keep a buffer at a constant address in the GPU virtual address space no

[PATCH] drm/ttm: call driver move_notify() when doing system-tt bo moves

2011-02-01 Thread Ben Skeggs
From: Ben Skeggs bske...@redhat.com Nouveau doesn't have enough information at ttm_backend_func.bind() time to implement things like tiled GART, or to keep a buffer at a constant address in the GPU virtual address space no matter where in physical memory it's placed. To resolve this, nouveau