Explorar o código

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>
Inki Dae %!s(int64=13) %!d(string=hai) anos
pai
achega
3c52b8804f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      drivers/gpu/drm/exynos/exynos_drm_gem.h

+ 2 - 1
drivers/gpu/drm/exynos/exynos_drm_gem.h

@@ -63,7 +63,8 @@ struct exynos_drm_gem_buf {
  *	by user request or at framebuffer creation.
  *	by user request or at framebuffer creation.
  *	continuous memory region allocated by user request
  *	continuous memory region allocated by user request
  *	or at framebuffer creation.
  *	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.
  * @flags: indicate memory type to allocated buffer and cache attruibute.
  *
  *
  * P.S. this object would be transfered to user as kms_bo.handle so
  * P.S. this object would be transfered to user as kms_bo.handle so