aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Jakobi2015-02-24 08:20:41 -0600
committerEmil Velikov2015-03-10 14:21:18 -0500
commitc8168fe5b8e4c448976a79d5b00d10e31e304cf5 (patch)
tree3000ba78727ed84539ab4cb6823f9c15e8f28178 /tests/exynos/exynos_fimg2d_test.c
parent1d7e78d7877f054f7b96d6a35d50255e76aed44f (diff)
downloadexternal-libdrm-c8168fe5b8e4c448976a79d5b00d10e31e304cf5.tar.gz
external-libdrm-c8168fe5b8e4c448976a79d5b00d10e31e304cf5.tar.xz
external-libdrm-c8168fe5b8e4c448976a79d5b00d10e31e304cf5.zip
tests/exynos: fix typos and change wording
No functional changes. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to 'tests/exynos/exynos_fimg2d_test.c')
-rw-r--r--tests/exynos/exynos_fimg2d_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exynos/exynos_fimg2d_test.c b/tests/exynos/exynos_fimg2d_test.c
index 17e8e53a..7ab09a5b 100644
--- a/tests/exynos/exynos_fimg2d_test.c
+++ b/tests/exynos/exynos_fimg2d_test.c
@@ -41,7 +41,7 @@ static unsigned int screen_width, screen_height;
41/* 41/*
42 * A structure to test fimg2d hw. 42 * A structure to test fimg2d hw.
43 * 43 *
44 * @solid_fild: fill given color data to source buffer. 44 * @solid_fill: fill given color data to source buffer.
45 * @copy: copy source to destination buffer. 45 * @copy: copy source to destination buffer.
46 * @copy_with_scale: copy source to destination buffer scaling up or 46 * @copy_with_scale: copy source to destination buffer scaling up or
47 * down properly. 47 * down properly.
@@ -228,7 +228,7 @@ static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst)
228 memset(&img, 0, sizeof(struct g2d_image)); 228 memset(&img, 0, sizeof(struct g2d_image));
229 img.bo[0] = dst->handle; 229 img.bo[0] = dst->handle;
230 230
231 printf("soild fill test.\n"); 231 printf("solid fill test.\n");
232 232
233 srand(time(NULL)); 233 srand(time(NULL));
234 img_w = screen_width; 234 img_w = screen_width;