intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Fix typo in semaphore debug message
@ 2017-02-20 10:46 Tvrtko Ursulin
  2017-02-20 10:55 ` Chris Wilson
  2017-02-20 11:22 ` ✓ Fi.CI.BAT: success for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Tvrtko Ursulin @ 2017-02-20 10:46 UTC (permalink / raw)
  To: Intel-gfx

From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Pronounces less rude when fixed.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 43da9cf65233..b76e8f7ac174 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -993,7 +993,7 @@ static void intel_sanitize_options(struct drm_i915_private *dev_priv)
 	DRM_DEBUG_DRIVER("ppgtt mode: %i\n", i915.enable_ppgtt);
 
 	i915.semaphores = intel_sanitize_semaphores(dev_priv, i915.semaphores);
-	DRM_DEBUG_DRIVER("use GPU sempahores? %s\n", yesno(i915.semaphores));
+	DRM_DEBUG_DRIVER("use GPU semaphores? %s\n", yesno(i915.semaphores));
 }
 
 /**
-- 
2.9.3

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

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

* Re: [PATCH] drm/i915: Fix typo in semaphore debug message
  2017-02-20 10:46 [PATCH] drm/i915: Fix typo in semaphore debug message Tvrtko Ursulin
@ 2017-02-20 10:55 ` Chris Wilson
  2017-02-20 11:22 ` ✓ Fi.CI.BAT: success for " Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Chris Wilson @ 2017-02-20 10:55 UTC (permalink / raw)
  To: Tvrtko Ursulin; +Cc: Intel-gfx

On Mon, Feb 20, 2017 at 10:46:57AM +0000, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> 
> Pronounces less rude when fixed.
> 
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

I make that typo so often, I can't believe it's the only one.
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✓ Fi.CI.BAT: success for drm/i915: Fix typo in semaphore debug message
  2017-02-20 10:46 [PATCH] drm/i915: Fix typo in semaphore debug message Tvrtko Ursulin
  2017-02-20 10:55 ` Chris Wilson
@ 2017-02-20 11:22 ` Patchwork
  2017-02-20 11:25   ` Tvrtko Ursulin
  1 sibling, 1 reply; 4+ messages in thread
From: Patchwork @ 2017-02-20 11:22 UTC (permalink / raw)
  To: Tvrtko Ursulin; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: Fix typo in semaphore debug message
URL   : https://patchwork.freedesktop.org/series/19937/
State : success

== Summary ==

Series 19937v1 drm/i915: Fix typo in semaphore debug message
https://patchwork.freedesktop.org/api/1.0/series/19937/revisions/1/mbox/

fi-bdw-5557u     total:252  pass:241  dwarn:0   dfail:0   fail:0   skip:11 
fi-bsw-n3050     total:252  pass:213  dwarn:0   dfail:0   fail:0   skip:39 
fi-bxt-j4205     total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19 
fi-bxt-t5700     total:83   pass:70   dwarn:0   dfail:0   fail:0   skip:12 
fi-byt-j1900     total:252  pass:225  dwarn:0   dfail:0   fail:0   skip:27 
fi-byt-n2820     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31 
fi-hsw-4770      total:252  pass:236  dwarn:0   dfail:0   fail:0   skip:16 
fi-hsw-4770r     total:252  pass:236  dwarn:0   dfail:0   fail:0   skip:16 
fi-ilk-650       total:252  pass:202  dwarn:0   dfail:0   fail:0   skip:50 
fi-ivb-3520m     total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18 
fi-ivb-3770      total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18 
fi-kbl-7500u     total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18 
fi-skl-6260u     total:252  pass:242  dwarn:0   dfail:0   fail:0   skip:10 
fi-skl-6700hq    total:252  pass:235  dwarn:0   dfail:0   fail:0   skip:17 
fi-skl-6700k     total:252  pass:230  dwarn:4   dfail:0   fail:0   skip:18 
fi-skl-6770hq    total:252  pass:242  dwarn:0   dfail:0   fail:0   skip:10 
fi-snb-2520m     total:252  pass:224  dwarn:0   dfail:0   fail:0   skip:28 
fi-snb-2600      total:252  pass:223  dwarn:0   dfail:0   fail:0   skip:29 

6f8ed685770a7c90725ef898d767cd4f9f64ec20 drm-tip: 2017y-02m-20d-09h-43m-58s UTC integration manifest
47660b1 drm/i915: Fix typo in semaphore debug message

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_3897/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: ✓ Fi.CI.BAT: success for drm/i915: Fix typo in semaphore debug message
  2017-02-20 11:22 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2017-02-20 11:25   ` Tvrtko Ursulin
  0 siblings, 0 replies; 4+ messages in thread
From: Tvrtko Ursulin @ 2017-02-20 11:25 UTC (permalink / raw)
  To: intel-gfx, Tvrtko Ursulin


On 20/02/2017 11:22, Patchwork wrote:
> == Series Details ==
>
> Series: drm/i915: Fix typo in semaphore debug message
> URL   : https://patchwork.freedesktop.org/series/19937/
> State : success
>
> == Summary ==
>
> Series 19937v1 drm/i915: Fix typo in semaphore debug message
> https://patchwork.freedesktop.org/api/1.0/series/19937/revisions/1/mbox/
>
> fi-bdw-5557u     total:252  pass:241  dwarn:0   dfail:0   fail:0   skip:11
> fi-bsw-n3050     total:252  pass:213  dwarn:0   dfail:0   fail:0   skip:39
> fi-bxt-j4205     total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19
> fi-bxt-t5700     total:83   pass:70   dwarn:0   dfail:0   fail:0   skip:12
> fi-byt-j1900     total:252  pass:225  dwarn:0   dfail:0   fail:0   skip:27
> fi-byt-n2820     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31
> fi-hsw-4770      total:252  pass:236  dwarn:0   dfail:0   fail:0   skip:16
> fi-hsw-4770r     total:252  pass:236  dwarn:0   dfail:0   fail:0   skip:16
> fi-ilk-650       total:252  pass:202  dwarn:0   dfail:0   fail:0   skip:50
> fi-ivb-3520m     total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18
> fi-ivb-3770      total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18
> fi-kbl-7500u     total:252  pass:234  dwarn:0   dfail:0   fail:0   skip:18
> fi-skl-6260u     total:252  pass:242  dwarn:0   dfail:0   fail:0   skip:10
> fi-skl-6700hq    total:252  pass:235  dwarn:0   dfail:0   fail:0   skip:17
> fi-skl-6700k     total:252  pass:230  dwarn:4   dfail:0   fail:0   skip:18
> fi-skl-6770hq    total:252  pass:242  dwarn:0   dfail:0   fail:0   skip:10
> fi-snb-2520m     total:252  pass:224  dwarn:0   dfail:0   fail:0   skip:28
> fi-snb-2600      total:252  pass:223  dwarn:0   dfail:0   fail:0   skip:29
>
> 6f8ed685770a7c90725ef898d767cd4f9f64ec20 drm-tip: 2017y-02m-20d-09h-43m-58s UTC integration manifest
> 47660b1 drm/i915: Fix typo in semaphore debug message

Pushed, thanks for the review.

Regards,

Tvrtko

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

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

end of thread, other threads:[~2017-02-20 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 10:46 [PATCH] drm/i915: Fix typo in semaphore debug message Tvrtko Ursulin
2017-02-20 10:55 ` Chris Wilson
2017-02-20 11:22 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-02-20 11:25   ` Tvrtko Ursulin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).