summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_ipp.h
diff options
context:
space:
mode:
authorYoungJun Cho <yj44.cho@samsung.com>2014-05-26 10:17:22 +0200
committerInki Dae <daeinki@gmail.com>2014-06-02 02:07:14 +0900
commitfed788da3f7873149b2ed6651dfd7c1cb289bc40 (patch)
tree313ce70fca4b694097d8a34b3d038e8a0ac75a3c /drivers/gpu/drm/exynos/exynos_drm_ipp.h
parent4d52076785e8bf219d9d68bb0e0abbbc8b66f26a (diff)
downloadlinux-fed788da3f7873149b2ed6651dfd7c1cb289bc40.tar.gz
linux-fed788da3f7873149b2ed6651dfd7c1cb289bc40.tar.bz2
linux-fed788da3f7873149b2ed6651dfd7c1cb289bc40.zip
drm/exynos: ipp: update comment for struct drm_ipp_buf_info
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>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_ipp.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_ipp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.h b/drivers/gpu/drm/exynos/exynos_drm_ipp.h
index 09cb5a20540c..e06c41ed4f9b 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_ipp.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.h
@@ -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 {