Commit fed788da authored by YoungJun Cho's avatar YoungJun Cho Committed by Inki Dae

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: default avatarYoungJun Cho <yj44.cho@samsung.com>
Acked-by: default avatarSeong-Woo Kim <sw0312.kim@samsung.com>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Tested-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 4d520767
...@@ -83,7 +83,7 @@ struct drm_exynos_ipp_cmd_node { ...@@ -83,7 +83,7 @@ struct drm_exynos_ipp_cmd_node {
/* /*
* A structure of buffer information. * 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. * @base: Y, Cb, Cr each planar address.
*/ */
struct drm_exynos_ipp_buf_info { struct drm_exynos_ipp_buf_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment