All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [PATCH 1/3] drm/i915: Fix VCS2's ring name.
Date: Mon, 30 Jun 2014 09:51:09 -0700	[thread overview]
Message-ID: <1404147071-2911-1-git-send-email-rodrigo.vivi@intel.com> (raw)

It just fix a typo.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/i915/intel_ringbuffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c
index 2faef26..c3f96a1 100644
--- a/drivers/gpu/drm/i915/intel_ringbuffer.c
+++ b/drivers/gpu/drm/i915/intel_ringbuffer.c
@@ -2224,7 +2224,7 @@ int intel_init_bsd2_ring_buffer(struct drm_device *dev)
 		return -EINVAL;
 	}
 
-	ring->name = "bds2_ring";
+	ring->name = "bsd2_ring";
 	ring->id = VCS2;
 
 	ring->write_tail = ring_write_tail;
-- 
1.9.3

             reply	other threads:[~2014-06-30 23:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 16:51 Rodrigo Vivi [this message]
2014-06-30 16:51 ` [PATCH 2/3] drm/i915: Introduce dual_bsd_ring parameter Rodrigo Vivi
2014-07-01  1:23   ` Ben Widawsky
2014-07-01  1:23   ` Xiang, Haihao
2014-07-01  1:37   ` Zhao, Yakui
2014-07-01 15:26     ` Vivi, Rodrigo
2014-07-01 23:52       ` Zhao, Yakui
2014-07-02  0:32         ` Xiang, Haihao
2014-06-30 16:51 ` [PATCH 3/3] drm/i915: Updating comments Rodrigo Vivi
2014-07-01  1:16   ` Ben Widawsky
2014-07-07 20:03     ` Daniel Vetter
2014-07-01  1:17 ` [PATCH 1/3] drm/i915: Fix VCS2's ring name Ben Widawsky
2014-07-01  8:31 ` Mateo Lozano, Oscar
2014-07-01  9:41   ` [PATCH] " Rodrigo Vivi
2014-07-07 19:58     ` Daniel Vetter

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=1404147071-2911-1-git-send-email-rodrigo.vivi@intel.com \
    --to=rodrigo.vivi@intel.com \
    --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.