[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement

2014-08-28 Thread Michel Dänzer
On 22.08.2014 17:13, Christian K?nig wrote: > From: Christian K?nig > > This allows us to more fine grained specify where to place the buffer object. > > Signed-off-by: Christian K?nig Tested-and-Acked-by: Michel D?nzer (for radeon) -- Earthling Michel D?nzer| h

[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement

2014-08-27 Thread Dave Airlie
On 26 August 2014 21:28, Christian K?nig wrote: > Hi Dave, > > any preferences how I can push this change upstream? > > Since it affects a whole bunch of drivers it would be nice if I could get > more reviews and/or acks on it. And if we just push it to you through the > Radeon tree it will probab

[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement

2014-08-27 Thread Christian König
Hi Dave, Am 27.08.2014 um 06:21 schrieb Dave Airlie: > On 26 August 2014 21:28, Christian K?nig wrote: >> Hi Dave, >> >> any preferences how I can push this change upstream? >> >> Since it affects a whole bunch of drivers it would be nice if I could get >> more reviews and/or acks on it. And if w

[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement

2014-08-26 Thread Christian König
Hi Dave, any preferences how I can push this change upstream? Since it affects a whole bunch of drivers it would be nice if I could get more reviews and/or acks on it. And if we just push it to you through the Radeon tree it will probably cause a bunch of merge conflicts. Thanks for any advice

[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement

2014-08-25 Thread Alex Deucher
On Fri, Aug 22, 2014 at 4:13 AM, Christian K?nig wrote: > From: Christian K?nig > > This allows us to more fine grained specify where to place the buffer object. > > Signed-off-by: Christian K?nig Series is: Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/ast/ast_drv.h |

[PATCH 1/2] drm/ttm: move fpfn and lpfn into each placement

2014-08-22 Thread Christian König
From: Christian K?nig This allows us to more fine grained specify where to place the buffer object. Signed-off-by: Christian K?nig --- drivers/gpu/drm/ast/ast_drv.h | 2 +- drivers/gpu/drm/ast/ast_ttm.c | 20 ++-- drivers/gpu/drm/cirrus/cirrus_drv.h