Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1283857 > unrolled thread
| Started by | Emil Velikov <emil.l.velikov@gmail.com> |
|---|---|
| First post | 2015-12-04 15:30 +0100 |
| Last post | 2015-12-09 15:00 +0100 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h Emil Velikov <emil.l.velikov@gmail.com> - 2015-12-04 15:30 +0100
Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h Dave Airlie <airlied@gmail.com> - 2015-12-05 22:10 +0100
Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h Emil Velikov <emil.l.velikov@gmail.com> - 2015-12-07 14:30 +0100
Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h Mikko Rapeli <mikko.rapeli@iki.fi> - 2015-12-07 14:50 +0100
Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h Gabriel Laskar <gabriel@lse.epita.fr> - 2015-12-09 15:00 +0100
| From | Emil Velikov <emil.l.velikov@gmail.com> |
|---|---|
| Date | 2015-12-04 15:30 +0100 |
| Subject | Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h |
| Message-ID | <qBZx0-3Oz-17@gated-at.bofh.it> |
On 30 November 2015 at 14:10, Gabriel Laskar <gabriel@lse.epita.fr> wrote: > Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> > CC: Emil Velikov <emil.l.velikov@gmail.com> > CC: Mikko Rapeli <mikko.rapeli@iki.fi> > > --- > include/uapi/drm/virtgpu_drm.h | 98 +++++++++++++++++++++--------------------- > 1 file changed, 49 insertions(+), 49 deletions(-) > For the series Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Dave would you have any comments wrt this and the remainder of Mikko's series ? Alternatively what can we do to get those merged (would you like a branch/pull request) ? Thanks Emil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Dave Airlie <airlied@gmail.com> |
|---|---|
| Date | 2015-12-05 22:10 +0100 |
| Message-ID | <qCsfD-6c0-5@gated-at.bofh.it> |
| In reply to | #1283857 |
On 5 December 2015 at 00:22, Emil Velikov <emil.l.velikov@gmail.com> wrote: > On 30 November 2015 at 14:10, Gabriel Laskar <gabriel@lse.epita.fr> wrote: >> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> >> CC: Emil Velikov <emil.l.velikov@gmail.com> >> CC: Mikko Rapeli <mikko.rapeli@iki.fi> >> >> --- >> include/uapi/drm/virtgpu_drm.h | 98 +++++++++++++++++++++--------------------- >> 1 file changed, 49 insertions(+), 49 deletions(-) >> > For the series > Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> > > Dave would you have any comments wrt this and the remainder of Mikko's > series ? Alternatively what can we do to get those merged (would you > like a branch/pull request) ? Yeah a git pull for these would be good, it's about all I can do to care about them. Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Emil Velikov <emil.l.velikov@gmail.com> |
|---|---|
| Date | 2015-12-07 14:30 +0100 |
| Message-ID | <qD41A-4Zp-11@gated-at.bofh.it> |
| In reply to | #1284643 |
On 5 December 2015 at 21:03, Dave Airlie <airlied@gmail.com> wrote: > On 5 December 2015 at 00:22, Emil Velikov <emil.l.velikov@gmail.com> wrote: >> On 30 November 2015 at 14:10, Gabriel Laskar <gabriel@lse.epita.fr> wrote: >>> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> >>> CC: Emil Velikov <emil.l.velikov@gmail.com> >>> CC: Mikko Rapeli <mikko.rapeli@iki.fi> >>> >>> --- >>> include/uapi/drm/virtgpu_drm.h | 98 +++++++++++++++++++++--------------------- >>> 1 file changed, 49 insertions(+), 49 deletions(-) >>> >> For the series >> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> >> >> Dave would you have any comments wrt this and the remainder of Mikko's >> series ? Alternatively what can we do to get those merged (would you >> like a branch/pull request) ? > > Yeah a git pull for these would be good, it's about all I can do to > care about them. > From your earlier reply I got the impression that you'll pick Mikko's work. Either way, glad to see some progress on the topic. Mikko, Gabriel, Will you guys be so kind to send pull requests or shall I ? Thanks Emil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Mikko Rapeli <mikko.rapeli@iki.fi> |
|---|---|
| Date | 2015-12-07 14:50 +0100 |
| Subject | Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h |
| Message-ID | <qD4kW-56d-3@gated-at.bofh.it> |
| In reply to | #1285301 |
On Mon, Dec 07, 2015 at 01:29:41PM +0000, Emil Velikov wrote: > On 5 December 2015 at 21:03, Dave Airlie <airlied@gmail.com> wrote: > > On 5 December 2015 at 00:22, Emil Velikov <emil.l.velikov@gmail.com> wrote: > >> On 30 November 2015 at 14:10, Gabriel Laskar <gabriel@lse.epita.fr> wrote: > >>> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> > >>> CC: Emil Velikov <emil.l.velikov@gmail.com> > >>> CC: Mikko Rapeli <mikko.rapeli@iki.fi> > >>> > >>> --- > >>> include/uapi/drm/virtgpu_drm.h | 98 +++++++++++++++++++++--------------------- > >>> 1 file changed, 49 insertions(+), 49 deletions(-) > >>> > >> For the series > >> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> > >> > >> Dave would you have any comments wrt this and the remainder of Mikko's > >> series ? Alternatively what can we do to get those merged (would you > >> like a branch/pull request) ? > > > > Yeah a git pull for these would be good, it's about all I can do to > > care about them. > > > >From your earlier reply I got the impression that you'll pick Mikko's > work. Either way, glad to see some progress on the topic. > > Mikko, Gabriel, > > Will you guys be so kind to send pull requests or shall I ? Go a head and send one. I guess you are talking about the drm specific patches. I tested Gabriel's changes too and found one more userspace compilation problem from the now exported AMD header. You can pick my patches from emails or latest draft is at https://github.com/mcfrisk/linux/tree/headers_test_v05 I'm following Linus'es tree and dropping changes which get merged from my development branch. -Mikko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Gabriel Laskar <gabriel@lse.epita.fr> |
|---|---|
| Date | 2015-12-09 15:00 +0100 |
| Subject | Re: [PATCH 01/20] drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h |
| Message-ID | <qDNrI-EN-9@gated-at.bofh.it> |
| In reply to | #1285301 |
On Mon, 7 Dec 2015 13:29:41 +0000 Emil Velikov <emil.l.velikov@gmail.com> wrote: > On 5 December 2015 at 21:03, Dave Airlie <airlied@gmail.com> wrote: > > On 5 December 2015 at 00:22, Emil Velikov <emil.l.velikov@gmail.com> wrote: > >> On 30 November 2015 at 14:10, Gabriel Laskar <gabriel@lse.epita.fr> wrote: > >>> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> > >>> CC: Emil Velikov <emil.l.velikov@gmail.com> > >>> CC: Mikko Rapeli <mikko.rapeli@iki.fi> > >>> > >>> --- > >>> include/uapi/drm/virtgpu_drm.h | 98 +++++++++++++++++++++--------------------- > >>> 1 file changed, 49 insertions(+), 49 deletions(-) > >>> > >> For the series > >> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> > >> > >> Dave would you have any comments wrt this and the remainder of Mikko's > >> series ? Alternatively what can we do to get those merged (would you > >> like a branch/pull request) ? > > > > Yeah a git pull for these would be good, it's about all I can do to > > care about them. > > > From your earlier reply I got the impression that you'll pick Mikko's > work. Either way, glad to see some progress on the topic. > > Mikko, Gabriel, > > Will you guys be so kind to send pull requests or shall I ? I can send a pull request with the changes from mikko and mine. -- Gabriel Laskar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web