OSDN Git Service

drm/exynos: ipp: update comment for struct drm_ipp_buf_info
authorYoungJun Cho <yj44.cho@samsung.com>
Mon, 26 May 2014 08:17:22 +0000 (10:17 +0200)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:14 +0000 (02:07 +0900)
The attribute gem_objs in struct drm_exynos_ipp_buf_info was
changed to handles. So the comment needs to be updated also.

Signed-off-by: YoungJun Cho <yj44.cho@samsung.com>
Acked-by: Seong-Woo Kim <sw0312.kim@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Tested-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_ipp.h

index 09cb5a2..e06c41e 100644 (file)
@@ -83,7 +83,7 @@ struct drm_exynos_ipp_cmd_node {
 /*
  * A structure of buffer information.
  *
- * @gem_objs: Y, Cb, Cr each gem object.
+ * @handles: Y, Cb, Cr each gem object handle.
  * @base: Y, Cb, Cr each planar address.
  */
 struct drm_exynos_ipp_buf_info {