Re: [PATCH 3/3] drm/vmwgfx: Correct typo in comment

2020-02-27 Thread coypu
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 > > Signed-off-by: Thomas Klausner > > Co-authored-by: Thomas Klausner > > --- > > drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +- > > 1 file change

Re: drm core/helpers and MIT license

2019-11-15 Thread coypu
Hi Daniel, I don't think we can make any complaints about GPL being more widely used in the DRM code. It's nice to have the code at all, the MIT license is a bonus. Thanks for writing it and bearing with us. Would rewrites done purely for licensing reasons be accepted upstream? __

Re: [PATCH 2/2] Use char * for struct drm_dp_aux_msg's buffer

2018-05-24 Thread coypu
It's GCC's -Wpointer-arith. I'm stealing your code for another project that happened to have it on by default. I'm trying to look for opportunities to contribute back positive changes :-) On Wed, May 23, 2018 at 11:09:28AM +0200, Daniel Vetter wrote: > On Tue, May 22, 2018 at 11:33:35AM +0300, Ja

[PATCH] Remove redundant memclear

2017-07-02 Thread coypu
drmMalloc will zero out the memory for us --- xf86drm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xf86drm.c b/xf86drm.c index 2ac3f26..879f85b 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -866,8 +866,6 @@ drmVersionPtr drmGetVersion(int fd) drmVersionPtr retval; drm_version_t *ve