[PATCH] drm/radeon/benchmark: common modes sweep ignores 640x480@32

2011-12-07 Thread ch...@lemote.com
From: Chen Jie Sweep common_modes array should start with index 0. Signed-off-by: Chen Jie --- drivers/gpu/drm/radeon/radeon_benchmark.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_benchmark.c

[PATCH] drm/radeon/benchmark: common modes sweep ignores 640x480@32

2011-12-07 Thread Ilija Hadzic
Right. The goof is a consequence of me doing copy-and-paste style edits. I first added powers-of-two benchmark which intentionally start from index 1 but and then copied and edited that into comon-modes benchmark, and missed to correct the starting index of the loop. Reviewed-by: Ilija Hadzic

Re: [PATCH] drm/radeon/benchmark: common modes sweep ignores 640x480@32

2011-12-07 Thread Ilija Hadzic
Right. The goof is a consequence of me doing copy-and-paste style edits. I first added powers-of-two benchmark which intentionally start from index 1 but and then copied and edited that into comon-modes benchmark, and missed to correct the starting index of the loop. Reviewed-by: Ilija

[PATCH] drm/radeon/benchmark: common modes sweep ignores 640x480@32

2011-12-06 Thread chenj
From: Chen Jie ch...@lemote.com Sweep common_modes array should start with index 0. Signed-off-by: Chen Jie ch...@lemote.com --- drivers/gpu/drm/radeon/radeon_benchmark.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_benchmark.c