All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/i915: Fix VCS2's ring name.
@ 2014-06-30 16:51 Rodrigo Vivi
  2014-06-30 16:51 ` [PATCH 2/3] drm/i915: Introduce dual_bsd_ring parameter Rodrigo Vivi
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Rodrigo Vivi @ 2014-06-30 16:51 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

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

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-07-07 20:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 16:51 [PATCH 1/3] drm/i915: Fix VCS2's ring name Rodrigo Vivi
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

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.