[PATCH, resend] drm/ttm: remove cpu_writers related code

2012-10-30 Thread Thomas Hellstrom
Actually, vmwgfx will be using this for the upcoming hardware version, so please hold this patch, so we don't have to reinsert the code. /Thomas On 10/12/2012 04:57 PM, Maarten Lankhorst wrote: > Nobody uses it, so might as well simplify the code some. > > Signed-off-by: Maarten Lankhorst > Rev

Re: [PATCH, resend] drm/ttm: remove cpu_writers related code

2012-10-30 Thread Thomas Hellstrom
Actually, vmwgfx will be using this for the upcoming hardware version, so please hold this patch, so we don't have to reinsert the code. /Thomas On 10/12/2012 04:57 PM, Maarten Lankhorst wrote: Nobody uses it, so might as well simplify the code some. Signed-off-by: Maarten Lankhorst Reviewed

[PATCH, resend] drm/ttm: remove cpu_writers related code

2012-10-15 Thread Thomas Hellstrom
Acked-by: Thomas Hellstrom On 10/12/2012 04:57 PM, Maarten Lankhorst wrote: > Nobody uses it, so might as well simplify the code some. > > Signed-off-by: Maarten Lankhorst > Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/ttm/ttm_bo.c | 41 > >

Re: [PATCH, resend] drm/ttm: remove cpu_writers related code

2012-10-15 Thread Thomas Hellstrom
Acked-by: Thomas Hellstrom On 10/12/2012 04:57 PM, Maarten Lankhorst wrote: Nobody uses it, so might as well simplify the code some. Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_bo.c | 41 drivers/gpu

[PATCH, resend] drm/ttm: remove cpu_writers related code

2012-10-12 Thread Maarten Lankhorst
Nobody uses it, so might as well simplify the code some. Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_bo.c | 41 drivers/gpu/drm/ttm/ttm_bo_util.c |1 - drivers/gpu/drm/ttm/ttm_execbuf_util.c |9

[PATCH, resend] drm/ttm: remove cpu_writers related code

2012-10-12 Thread Maarten Lankhorst
Nobody uses it, so might as well simplify the code some. Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_bo.c | 41 drivers/gpu/drm/ttm/ttm_bo_util.c |1 - drivers/gpu/drm/ttm/ttm_execbuf_util.c |9

drm/ttm: Remove cpu_writers related code

2012-08-20 Thread Maarten Lankhorst
Nobody uses it, so might as well simplify the code some. Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index 36f4b28..ddfe393 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c @@ -141,7 +141,6 @@ static voi

drm/ttm: Remove cpu_writers related code

2012-08-20 Thread Jerome Glisse
On Mon, Aug 20, 2012 at 9:32 AM, Maarten Lankhorst wrote: > Nobody uses it, so might as well simplify the code some. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse > --- > diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c > index 36f4b28..ddfe393 100644

Re: drm/ttm: Remove cpu_writers related code

2012-08-20 Thread Jerome Glisse
On Mon, Aug 20, 2012 at 9:32 AM, Maarten Lankhorst wrote: > Nobody uses it, so might as well simplify the code some. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Jerome Glisse > --- > diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c > index 36f4b28..ddfe393 100644

drm/ttm: Remove cpu_writers related code

2012-08-20 Thread Maarten Lankhorst
Nobody uses it, so might as well simplify the code some. Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index 36f4b28..ddfe393 100644 --- a/drivers/gpu/drm/ttm/ttm_bo.c +++ b/drivers/gpu/drm/ttm/ttm_bo.c @@ -141,7 +141,6 @@ static voi