Re: [PATCH 09/16] drm/fb-helper: Move out commit code
On Wed, 27 Mar 2019 16:01:01 +0100 Noralf Trønnes wrote: > > > Den 27.03.2019 15.13, skrev Emmanuel Vadot: > > > > Hi Noralf, > > > > On Tue, 26 Mar 2019 18:55:39 +0100 > > Noralf Trønnes wrote: > > > >> Move the modeset commit code to drm_client. > >> No changes except exporting API. > >> > >> Signed-off-by: Noralf Trønnes > >> --- > >> drivers/gpu/drm/drm_client.c| 236 > >> drivers/gpu/drm/drm_fb_helper.c | 232 --- > >> include/drm/drm_client.h| 3 + > >> 3 files changed, 239 insertions(+), 232 deletions(-) > >> > > > > It looks like you are moving MIT licenced code to a GPL-only > > licenced file. > > > > I had planned to copy over the copyrights, but forgot. Didn't know it > was MIT though. I think I'll just copy over the whole copyrights section > from drm_fb_helper to drm_client and drop GPL. I wrote the whole of > drm_client so that should be fine. That would be awesome if you relicence drm_client. Thanks, > Thanks, > Noralf > > ___ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Emmanuel Vadot ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
Re: [PATCH 09/16] drm/fb-helper: Move out commit code
Den 27.03.2019 15.13, skrev Emmanuel Vadot: > > Hi Noralf, > > On Tue, 26 Mar 2019 18:55:39 +0100 > Noralf Trønnes wrote: > >> Move the modeset commit code to drm_client. >> No changes except exporting API. >> >> Signed-off-by: Noralf Trønnes >> --- >> drivers/gpu/drm/drm_client.c| 236 >> drivers/gpu/drm/drm_fb_helper.c | 232 --- >> include/drm/drm_client.h| 3 + >> 3 files changed, 239 insertions(+), 232 deletions(-) >> > > It looks like you are moving MIT licenced code to a GPL-only > licenced file. > I had planned to copy over the copyrights, but forgot. Didn't know it was MIT though. I think I'll just copy over the whole copyrights section from drm_fb_helper to drm_client and drop GPL. I wrote the whole of drm_client so that should be fine. Thanks, Noralf ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
Re: [PATCH 09/16] drm/fb-helper: Move out commit code
Hi Noralf, On Tue, 26 Mar 2019 18:55:39 +0100 Noralf Trønnes wrote: > Move the modeset commit code to drm_client. > No changes except exporting API. > > Signed-off-by: Noralf Trønnes > --- > drivers/gpu/drm/drm_client.c| 236 > drivers/gpu/drm/drm_fb_helper.c | 232 --- > include/drm/drm_client.h| 3 + > 3 files changed, 239 insertions(+), 232 deletions(-) > It looks like you are moving MIT licenced code to a GPL-only licenced file. Cheers, -- Emmanuel Vadot ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel