All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] drm/radeon: fix typo
@ 2015-12-12 16:42 Nicolai Hähnle
  2015-12-15 10:13 ` Michel Dänzer
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolai Hähnle @ 2015-12-12 16:42 UTC (permalink / raw)
  To: dri-devel; +Cc: Nicolai Hähnle

From: Nicolai Hähnle <nicolai.haehnle@amd.com>

Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
---
 drivers/gpu/drm/radeon/cik.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
index 248953d..d93539d 100644
--- a/drivers/gpu/drm/radeon/cik.c
+++ b/drivers/gpu/drm/radeon/cik.c
@@ -4135,7 +4135,7 @@ struct radeon_fence *cik_copy_cpdma(struct radeon_device *rdev,
  * Emits an DE (drawing engine) or CE (constant engine) IB
  * on the gfx ring.  IBs are usually generated by userspace
  * acceleration drivers and submitted to the kernel for
- * sheduling on the ring.  This function schedules the IB
+ * scheduling on the ring.  This function schedules the IB
  * on the gfx ring for execution by the GPU.
  */
 void cik_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib)
-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 2/3] drm/radeon: fix typo
  2015-12-12 16:42 [PATCH 2/3] drm/radeon: fix typo Nicolai Hähnle
@ 2015-12-15 10:13 ` Michel Dänzer
  2015-12-17 23:10   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Michel Dänzer @ 2015-12-15 10:13 UTC (permalink / raw)
  To: Nicolai Hähnle; +Cc: dri-devel

On 13.12.2015 01:42, Nicolai Hähnle wrote:
> From: Nicolai Hähnle <nicolai.haehnle@amd.com>
> 
> Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
> ---
>  drivers/gpu/drm/radeon/cik.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
> index 248953d..d93539d 100644
> --- a/drivers/gpu/drm/radeon/cik.c
> +++ b/drivers/gpu/drm/radeon/cik.c
> @@ -4135,7 +4135,7 @@ struct radeon_fence *cik_copy_cpdma(struct radeon_device *rdev,
>   * Emits an DE (drawing engine) or CE (constant engine) IB

Could remove the superfluous n from "an" while you're at it. :)


>   * on the gfx ring.  IBs are usually generated by userspace
>   * acceleration drivers and submitted to the kernel for
> - * sheduling on the ring.  This function schedules the IB
> + * scheduling on the ring.  This function schedules the IB
>   * on the gfx ring for execution by the GPU.
>   */
>  void cik_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib)
> 

Either way, this patch and patch 3 are

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH 2/3] drm/radeon: fix typo
  2015-12-15 10:13 ` Michel Dänzer
@ 2015-12-17 23:10   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2015-12-17 23:10 UTC (permalink / raw)
  To: Michel Dänzer; +Cc: Maling list - DRI developers

On Tue, Dec 15, 2015 at 5:13 AM, Michel Dänzer <michel@daenzer.net> wrote:
> On 13.12.2015 01:42, Nicolai Hähnle wrote:
>> From: Nicolai Hähnle <nicolai.haehnle@amd.com>
>>
>> Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
>> ---
>>  drivers/gpu/drm/radeon/cik.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
>> index 248953d..d93539d 100644
>> --- a/drivers/gpu/drm/radeon/cik.c
>> +++ b/drivers/gpu/drm/radeon/cik.c
>> @@ -4135,7 +4135,7 @@ struct radeon_fence *cik_copy_cpdma(struct radeon_device *rdev,
>>   * Emits an DE (drawing engine) or CE (constant engine) IB
>
> Could remove the superfluous n from "an" while you're at it. :)
>
>
>>   * on the gfx ring.  IBs are usually generated by userspace
>>   * acceleration drivers and submitted to the kernel for
>> - * sheduling on the ring.  This function schedules the IB
>> + * scheduling on the ring.  This function schedules the IB
>>   * on the gfx ring for execution by the GPU.
>>   */
>>  void cik_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib)
>>
>
> Either way, this patch and patch 3 are
>
> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>

Applied all and fixed up the "an" as well as clarifying the commit
message a bit.

Thanks!

Alex

>
>
> --
> Earthling Michel Dänzer               |               http://www.amd.com
> Libre software enthusiast             |             Mesa and X developer
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-12-17 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-12 16:42 [PATCH 2/3] drm/radeon: fix typo Nicolai Hähnle
2015-12-15 10:13 ` Michel Dänzer
2015-12-17 23:10   ` Alex Deucher

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.