[Intel-gfx] [PATCH 1/3] drm/i915: Fix VCS2's ring name.
Mateo Lozano, Oscar
oscar.mateo at intel.com
Tue Jul 1 10:31:58 CEST 2014
> -----Original Message-----
> From: Intel-gfx [mailto:intel-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Rodrigo Vivi
> Sent: Monday, June 30, 2014 5:51 PM
> To: intel-gfx at lists.freedesktop.org
> Cc: Vivi, Rodrigo
> Subject: [Intel-gfx] [PATCH 1/3] drm/i915: Fix VCS2's ring name.
>
> It just fix a typo.
>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi at 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;
Jus nitpicking but, wouldn´t it be better without the underscore, like the other rings?: "bsd2 ring"
More information about the Intel-gfx
mailing list