diff options
author | Inki Dae <inki.dae@samsung.com> | 2012-06-29 03:28:17 -0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-07-26 22:13:57 -0400 |
commit | 3c52b8804fe7039b4d1a4c90a0633aab9f8c59dd (patch) | |
tree | 9b25ef078787a27bf6dc6b3231052305a90c1132 /drivers/gpu | |
parent | e3fd38cffa3e74a61e4f167b0dd41dca5f074fdd (diff) |
drm/exynos: fixed a comment to gem size.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_gem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_gem.h b/drivers/gpu/drm/exynos/exynos_drm_gem.h index 14d038b6cb02..085b2a5d5f70 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_gem.h +++ b/drivers/gpu/drm/exynos/exynos_drm_gem.h | |||
@@ -63,7 +63,8 @@ struct exynos_drm_gem_buf { | |||
63 | * by user request or at framebuffer creation. | 63 | * by user request or at framebuffer creation. |
64 | * continuous memory region allocated by user request | 64 | * continuous memory region allocated by user request |
65 | * or at framebuffer creation. | 65 | * or at framebuffer creation. |
66 | * @size: total memory size to physically non-continuous memory region. | 66 | * @size: size requested from user, in bytes and this size is aligned |
67 | * in page unit. | ||
67 | * @flags: indicate memory type to allocated buffer and cache attruibute. | 68 | * @flags: indicate memory type to allocated buffer and cache attruibute. |
68 | * | 69 | * |
69 | * P.S. this object would be transfered to user as kms_bo.handle so | 70 | * P.S. this object would be transfered to user as kms_bo.handle so |