From: Inki Dae Date: Fri, 29 Jun 2012 07:28:17 +0000 (+0900) Subject: drm/exynos: fixed a comment to gem size. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c52b8804fe7039b4d1a4c90a0633aab9f8c59dd;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git drm/exynos: fixed a comment to gem size. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- 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 { * by user request or at framebuffer creation. * continuous memory region allocated by user request * or at framebuffer creation. - * @size: total memory size to physically non-continuous memory region. + * @size: size requested from user, in bytes and this size is aligned + * in page unit. * @flags: indicate memory type to allocated buffer and cache attruibute. * * P.S. this object would be transfered to user as kms_bo.handle so