]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/exynos: fixed a comment to gem size.
authorInki Dae <inki.dae@samsung.com>
Fri, 29 Jun 2012 07:28:17 +0000 (16:28 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 27 Jul 2012 02:13:57 +0000 (11:13 +0900)
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.h

index 14d038b6cb02ffe6c35e3350d612018a3fe9f241..085b2a5d5f70fab9925aafbc8c561c05040521e7 100644 (file)
@@ -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