* [PATCH 3/3] drm/vmwgfx: Correct typo in comment
@ 2020-02-23 20:40 Maya Rashish
2020-02-26 15:07 ` Thomas Hellström (VMware)
0 siblings, 1 reply; 3+ messages in thread
From: Maya Rashish @ 2020-02-23 20:40 UTC (permalink / raw)
To: dri-devel
Signed-off-by: Maya Rashish <coypu@sdf.org>
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Co-authored-by: Thomas Klausner <wiz@NetBSD.org>
---
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
index f47d5710cc95..5195c19d25a4 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
@@ -2016,7 +2016,7 @@ void vmw_disable_vblank(struct drm_device *dev, unsigned int pipe)
* plugin and generate DRM uevent
* @dev_priv: device private
* @num_rects: number of drm_rect in rects
- * @rects: toplogy to update
+ * @rects: topology to update
*/
static int vmw_du_update_layout(struct vmw_private *dev_priv,
unsigned int num_rects, struct drm_rect *rects)
--
2.21.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] drm/vmwgfx: Correct typo in comment
2020-02-23 20:40 [PATCH 3/3] drm/vmwgfx: Correct typo in comment Maya Rashish
@ 2020-02-26 15:07 ` Thomas Hellström (VMware)
2020-02-26 17:24 ` coypu
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hellström (VMware) @ 2020-02-26 15:07 UTC (permalink / raw)
To: Maya Rashish, dri-devel
On 2/23/20 9:40 PM, Maya Rashish wrote:
> Signed-off-by: Maya Rashish <coypu@sdf.org>
> Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
> Co-authored-by: Thomas Klausner <wiz@NetBSD.org>
> ---
> drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
> index f47d5710cc95..5195c19d25a4 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
> @@ -2016,7 +2016,7 @@ void vmw_disable_vblank(struct drm_device *dev, unsigned int pipe)
> * plugin and generate DRM uevent
> * @dev_priv: device private
> * @num_rects: number of drm_rect in rects
> - * @rects: toplogy to update
> + * @rects: topology to update
> */
> static int vmw_du_update_layout(struct vmw_private *dev_priv,
> unsigned int num_rects, struct drm_rect *rects)
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
I'll include in the next vmwgfx-next pull request.
Out of curiosity, how was this patch co-authored :-) ?
Thanks,
Thomas
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] drm/vmwgfx: Correct typo in comment
2020-02-26 15:07 ` Thomas Hellström (VMware)
@ 2020-02-26 17:24 ` coypu
0 siblings, 0 replies; 3+ messages in thread
From: coypu @ 2020-02-26 17:24 UTC (permalink / raw)
To: Thomas Hellström (VMware); +Cc: dri-devel
On Wed, Feb 26, 2020 at 04:07:39PM +0100, Thomas Hellström (VMware) wrote:
> On 2/23/20 9:40 PM, Maya Rashish wrote:
> > Signed-off-by: Maya Rashish <coypu@sdf.org>
> > Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
> > Co-authored-by: Thomas Klausner <wiz@NetBSD.org>
> > ---
> > drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
> > index f47d5710cc95..5195c19d25a4 100644
> > --- a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
> > +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
> > @@ -2016,7 +2016,7 @@ void vmw_disable_vblank(struct drm_device *dev, unsigned int pipe)
> > * plugin and generate DRM uevent
> > * @dev_priv: device private
> > * @num_rects: number of drm_rect in rects
> > - * @rects: toplogy to update
> > + * @rects: topology to update
> > */
> > static int vmw_du_update_layout(struct vmw_private *dev_priv,
> > unsigned int num_rects, struct drm_rect *rects)
>
> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
>
> I'll include in the next vmwgfx-next pull request.
>
> Out of curiosity, how was this patch co-authored :-) ?
>
> Thanks,
>
> Thomas
>
Hi Thomas,
We have a local fork of the drm subsystem & drivers. I went over the
local diffs to see if any of them are of interest to upstream.
The commit was done to the fork by someone who immediately forgot about
it and didn't send a patch upstream himself.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-27 8:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-23 20:40 [PATCH 3/3] drm/vmwgfx: Correct typo in comment Maya Rashish
2020-02-26 15:07 ` Thomas Hellström (VMware)
2020-02-26 17:24 ` coypu
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.