All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: [FOR CI 22/22] drm/vblank: Remove old-style comments
Date: Fri,  5 Oct 2018 10:11:52 +0200	[thread overview]
Message-ID: <20181005081152.29482-22-daniel.vetter@ffwll.ch> (raw)
In-Reply-To: <20181005081152.29482-1-daniel.vetter@ffwll.ch>

Somehow I forgot a few when typing all the shiny new kerneldoc. Drop
them.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 include/drm/drm_vblank.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/drm/drm_vblank.h b/include/drm/drm_vblank.h
index d25a9603ab57..6ad9630d4f48 100644
--- a/include/drm/drm_vblank.h
+++ b/include/drm/drm_vblank.h
@@ -95,7 +95,7 @@ struct drm_vblank_crtc {
 	/**
 	 * @queue: Wait queue for vblank waiters.
 	 */
-	wait_queue_head_t queue;	/**< VBLANK wait queue */
+	wait_queue_head_t queue;
 	/**
 	 * @disable_timer: Disable timer for the delayed vblank disabling
 	 * hysteresis logic. Vblank disabling is controlled through the
@@ -107,7 +107,7 @@ struct drm_vblank_crtc {
 	/**
 	 * @seqlock: Protect vblank count and time.
 	 */
-	seqlock_t seqlock;		/* protects vblank count and time */
+	seqlock_t seqlock;
 
 	/**
 	 * @count: Current software vblank counter.
@@ -123,7 +123,7 @@ struct drm_vblank_crtc {
 	 * this refcount reaches 0 can the hardware interrupt be disabled using
 	 * @disable_timer.
 	 */
-	atomic_t refcount;		/* number of users of vblank interruptsper crtc */
+	atomic_t refcount;
 	/**
 	 * @last: Protected by &drm_device.vbl_lock, used for wraparound handling.
 	 */
@@ -136,7 +136,7 @@ struct drm_vblank_crtc {
 	 * call drm_crtc_vblank_off() and drm_crtc_vblank_on(), which explicitly
 	 * save and restore the vblank count.
 	 */
-	unsigned int inmodeset;		/* Display driver is setting mode */
+	unsigned int inmodeset;
 	/**
 	 * @pipe: drm_crtc_index() of the &drm_crtc corresponding to this
 	 * structure.
-- 
2.19.0.rc2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2018-10-05  8:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05  8:11 [FOR CI 01/22] drm/amdgpu: Remove default best_encoder hook from DC Daniel Vetter
2018-10-05  8:11 ` [FOR CI 02/22] drm/atomic-helper: Unexport drm_atomic_helper_best_encoder Daniel Vetter
2018-10-05  8:11 ` [FOR CI 03/22] drm: Extract drm_atomic_state_helper.[hc] Daniel Vetter
2018-10-05  8:11 ` [FOR CI 04/22] drm/vmwgfx: Don't look at state->allow_modeset Daniel Vetter
2018-10-05  8:11 ` [FOR CI 05/22] drm/vmwgfx: Remove confused comment from vmw_du_connector_atomic_set_property Daniel Vetter
2018-10-05  8:11 ` [FOR CI 06/22] drm/atomic: Improve docs for drm_atomic_state->allow_modeset Daniel Vetter
2018-10-05  8:11 ` [FOR CI 07/22] drm/vmwgfx: Add FIXME comments for customer page_flip handlers Daniel Vetter
2018-10-05  8:11 ` [FOR CI 08/22] drm/arcpgu: Drop transitional hooks Daniel Vetter
2018-10-05  8:11 ` [FOR CI 09/22] drm/atmel: " Daniel Vetter
2018-10-05  8:11 ` [FOR CI 10/22] drm/arcpgu: Use drm_atomic_helper_shutdown Daniel Vetter
2018-10-05  8:11 ` [FOR CI 11/22] drm/msm: " Daniel Vetter
2018-10-05  8:11 ` [FOR CI 12/22] drm/sti: " Daniel Vetter
2018-10-05  8:11 ` [FOR CI 13/22] drm/vc4: " Daniel Vetter
2018-10-05  8:11 ` [FOR CI 14/22] drm/zte: " Daniel Vetter
2018-10-05  8:11 ` [FOR CI 15/22] drm: Remove transitional helpers Daniel Vetter
2018-10-05  8:11 ` [FOR CI 16/22] drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_check Daniel Vetter
2018-10-05  8:11 ` [FOR CI 17/22] drm: Unexport drm_plane_helper_check_update Daniel Vetter
2018-10-05  8:11 ` [FOR CI 18/22] drm: Unexport primary plane helpers Daniel Vetter
2018-10-05  8:11 ` [FOR CI 19/22] drm/doc: fix drm_driver_legacy_fb_format Daniel Vetter
2018-10-05  8:11 ` [FOR CI 20/22] drm/todo: Add some cleanup tasks Daniel Vetter
2018-10-05  8:11 ` [FOR CI 21/22] drm/doc: kerneldoc for quirk_addfb_prefer_xbgr_30bpp Daniel Vetter
2018-10-05  8:11 ` Daniel Vetter [this message]
2018-10-05  8:54 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [FOR,CI,01/22] drm/amdgpu: Remove default best_encoder hook from DC Patchwork
2018-10-05  9:01 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-10-05  9:13 ` ✓ Fi.CI.BAT: success " Patchwork
2018-10-05 11:59 ` ✓ Fi.CI.IGT: " Patchwork

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=20181005081152.29482-22-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.