[PATCH 1/2] drm/radeon/kms: fix typo in r100_blit_copy

2011-09-16 Thread Michel Dänzer
On Fre, 2011-09-16 at 12:04 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > cur_pages is the number of pages per loop iteration. > > Signed-off-by: Alex Deucher For both patches: Reviewed-by: Michel D?nzer -- Earthling Michel D?nzer | http://ww

[PATCH 1/2] drm/radeon/kms: fix typo in r100_blit_copy

2011-09-16 Thread alexdeuc...@gmail.com
From: Alex Deucher cur_pages is the number of pages per loop iteration. Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/r100.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100

Re: [PATCH 1/2] drm/radeon/kms: fix typo in r100_blit_copy

2011-09-16 Thread Michel Dänzer
On Fre, 2011-09-16 at 12:04 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > cur_pages is the number of pages per loop iteration. > > Signed-off-by: Alex Deucher For both patches: Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer | http://www.a

[PATCH 1/2] drm/radeon/kms: fix typo in r100_blit_copy

2011-09-16 Thread alexdeucher
From: Alex Deucher cur_pages is the number of pages per loop iteration. Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/r100.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c