aboutsummaryrefslogtreecommitdiffstats
path: root/exynos
diff options
context:
space:
mode:
Diffstat (limited to 'exynos')
-rw-r--r--exynos/exynos_fimg2d.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/exynos/exynos_fimg2d.c b/exynos/exynos_fimg2d.c
index 9c66c3ab..df18a089 100644
--- a/exynos/exynos_fimg2d.c
+++ b/exynos/exynos_fimg2d.c
@@ -148,13 +148,13 @@ static void g2d_reset(struct g2d_context *ctx)
148} 148}
149 149
150/* 150/*
151 * g2d_flush - summit all commands and values in user side command buffer 151 * g2d_flush - submit all commands and values in user side command buffer
152 * to command queue aware of fimg2d dma. 152 * to command queue aware of fimg2d dma.
153 * 153 *
154 * @ctx: a pointer to g2d_context structure. 154 * @ctx: a pointer to g2d_context structure.
155 * 155 *
156 * This function should be called after all commands and values to user 156 * This function should be called after all commands and values to user
157 * side command buffer is set to summit that buffer to kernel side driver. 157 * side command buffer are set. It submits that buffer to the kernel side driver.
158 */ 158 */
159static int g2d_flush(struct g2d_context *ctx) 159static int g2d_flush(struct g2d_context *ctx)
160{ 160{
@@ -195,7 +195,7 @@ static int g2d_flush(struct g2d_context *ctx)
195/** 195/**
196 * g2d_init - create a new g2d context and get hardware version. 196 * g2d_init - create a new g2d context and get hardware version.
197 * 197 *
198 * fd: a file descriptor to drm device driver opened. 198 * fd: a file descriptor to an opened drm device.
199 */ 199 */
200drm_public struct g2d_context *g2d_init(int fd) 200drm_public struct g2d_context *g2d_init(int fd)
201{ 201{
@@ -527,7 +527,7 @@ g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src,
527} 527}
528 528
529/** 529/**
530 * g2d_blend - blend image data in source and destion buffers 530 * g2d_blend - blend image data in source and destination buffers.
531 * 531 *
532 * @ctx: a pointer to g2d_context structure. 532 * @ctx: a pointer to g2d_context structure.
533 * @src: a pointer to g2d_image structure including image and buffer 533 * @src: a pointer to g2d_image structure including image and buffer