All of lore.kernel.org
 help / color / mirror / Atom feed
From: YoungJun Cho <yj44.cho@samsung.com>
To: airlied@linux.ie, dri-devel@lists.freedesktop.org
Cc: a.hajda@samsung.com, kyungmin.park@samsung.com, sw0312.kim@samsung.com
Subject: [PATCH 8/8] drm/exynos: ipp: update comment for struct drm_ipp_buf_info
Date: Thu, 29 May 2014 11:49:12 +0900	[thread overview]
Message-ID: <1401331752-15417-9-git-send-email-yj44.cho@samsung.com> (raw)
In-Reply-To: <1401331752-15417-1-git-send-email-yj44.cho@samsung.com>

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>
Reviewed-by: Seong-Woo Kim <sw0312.kim@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 drivers/gpu/drm/exynos/exynos_drm_ipp.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.h b/drivers/gpu/drm/exynos/exynos_drm_ipp.h
index 09cb5a2..e06c41e 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 {
-- 
1.7.9.5

      parent reply	other threads:[~2014-05-29  2:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29  2:49 [PATCH 0/8] drm/exynos: ipp: fix races YoungJun Cho
2014-05-29  2:49 ` [PATCH 1/8] drm/exynos: ipp: remove usless list_empty() functions YoungJun Cho
2014-05-29  2:49 ` [PATCH 2/8] drm/exynos: ipp: remove duplicated setting YoungJun Cho
2014-05-29  2:49 ` [PATCH 3/8] drm/exynos: ipp: rename cmd_lock to lock YoungJun Cho
2014-05-29  2:49 ` [PATCH 4/8] drm/exynos: ipp: add cmd_lock for cmd_list YoungJun Cho
2014-05-29  2:49 ` [PATCH 5/8] drm/exynos: ipp: add ipp_remove_id() YoungJun Cho
2014-05-29  2:49 ` [PATCH 6/8] drm/exynos: ipp: rearrange c_node->mem_lock using routines YoungJun Cho
2014-05-29  2:49 ` [PATCH 7/8] drm/exynos: ipp: rearrange c_node->event_lock using routine YoungJun Cho
2014-05-29  2:49 ` YoungJun Cho [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401331752-15417-9-git-send-email-yj44.cho@samsung.com \
    --to=yj44.cho@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kyungmin.park@samsung.com \
    --cc=sw0312.kim@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.