[PATCH] drm/radeon/kms: r600 fix color buffer pitch check

2010-04-27 Thread Alex Deucher
On Mon, Apr 26, 2010 at 5:36 AM, Jerome Glisse wrote: > Color buffer pitch need to be 64bits aligned not 64bytes. > This patch correct the cs checker. > Nack for now. It's actually quite a bit more complex. I'll try and put together some better info on the alignment requirements tomorrow. Alex

Re: [PATCH] drm/radeon/kms: r600 fix color buffer pitch check

2010-04-26 Thread Alex Deucher
On Mon, Apr 26, 2010 at 5:36 AM, Jerome Glisse wrote: > Color buffer pitch need to be 64bits aligned not 64bytes. > This patch correct the cs checker. > Nack for now. It's actually quite a bit more complex. I'll try and put together some better info on the alignment requirements tomorrow. Alex

[PATCH] drm/radeon/kms: r600 fix color buffer pitch check

2010-04-26 Thread Jerome Glisse
Color buffer pitch need to be 64bits aligned not 64bytes. This patch correct the cs checker. Signed-off-by: Jerome Glisse Cc: stable --- drivers/gpu/drm/radeon/r600_cs.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gp

[PATCH] drm/radeon/kms: r600 fix color buffer pitch check

2010-04-26 Thread Jerome Glisse
Color buffer pitch need to be 64bits aligned not 64bytes. This patch correct the cs checker. Signed-off-by: Jerome Glisse Cc: stable --- drivers/gpu/drm/radeon/r600_cs.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gp