Commit ec8a9776 authored by Tvrtko Ursulin's avatar Tvrtko Ursulin

drm/i915: Fix bsd2 ring name

Chris Wilson noticed the "bds2" typo.
Signed-off-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1452619956-27014-3-git-send-email-tvrtko.ursulin@linux.intel.com
parent d9f3af96
......@@ -2085,7 +2085,7 @@ static int logical_bsd2_ring_init(struct drm_device *dev)
struct drm_i915_private *dev_priv = dev->dev_private;
struct intel_engine_cs *ring = &dev_priv->ring[VCS2];
ring->name = "bds2 ring";
ring->name = "bsd2 ring";
ring->id = VCS2;
ring->mmio_base = GEN8_BSD2_RING_BASE;
......
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