Re: [PATCH] Add framebuffer in BBB

2019-07-28 Thread Christian Mauderer
On 28/07/2019 13:07, Vijay Kumar Banerjee wrote: > > > > On Sun, Jul 28, 2019 at 1:31 PM Christian Mauderer > wrote: > > On 27/07/2019 21:43, Vijay Kumar Banerjee wrote: > > > > > > > > On Sat, Jul 27, 2019 at 7:37 PM Christian Mauderer >

Re: [PATCH] Add framebuffer in BBB

2019-07-28 Thread Vijay Kumar Banerjee
On Sun, Jul 28, 2019 at 1:31 PM Christian Mauderer wrote: > On 27/07/2019 21:43, Vijay Kumar Banerjee wrote: > > > > > > > > On Sat, Jul 27, 2019 at 7:37 PM Christian Mauderer > > wrote: > > > > On 26/07/2019 13:41, Christian Mauderer wrote: > > > On

Re: [PATCH] Add framebuffer in BBB

2019-07-28 Thread Christian Mauderer
On 27/07/2019 21:43, Vijay Kumar Banerjee wrote: > > > > On Sat, Jul 27, 2019 at 7:37 PM Christian Mauderer > wrote: > > On 26/07/2019 13:41, Christian Mauderer wrote: > > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > >> Hello everyone! > >> >

Re: [PATCH] Add framebuffer in BBB

2019-07-27 Thread Vijay Kumar Banerjee
On Sat, Jul 27, 2019 at 7:37 PM Christian Mauderer wrote: > On 26/07/2019 13:41, Christian Mauderer wrote: > > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > >> Hello everyone! > >> > >> I'm excited to post the following patchset. With this patchset > >> I have the framebuffer working in BBB

Re: [PATCH] Add framebuffer in BBB

2019-07-27 Thread Christian Mauderer
On 26/07/2019 13:41, Christian Mauderer wrote: > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: >> Hello everyone! >> >> I'm excited to post the following patchset. With this patchset >> I have the framebuffer working in BBB and have tested it with a >> BBB revC with HDMI connected Screen. >>

Re: [PATCH] Add framebuffer in BBB

2019-07-27 Thread Christian Mauderer
On 27/07/2019 02:52, Chris Johns wrote: > On 26/7/19 9:41 pm, Christian Mauderer wrote: >> I hadn't had a look at most patches yet and most likely that will need a >> bit of time. It's a lot of stuff. Most likely the bigger patches won't >> reach the mailing list so maybe adding a link to a branch

Re: [PATCH] Add framebuffer in BBB

2019-07-26 Thread Chris Johns
On 26/7/19 9:41 pm, Christian Mauderer wrote: > I hadn't had a look at most patches yet and most likely that will need a > bit of time. It's a lot of stuff. Most likely the bigger patches won't > reach the mailing list so maybe adding a link to a branch on your github > repo would be good. There

Re: [PATCH] Add framebuffer in BBB

2019-07-26 Thread Vijay Kumar Banerjee
On Fri, Jul 26, 2019 at 6:42 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > > > On Fri, Jul 26, 2019 at 5:11 PM Christian Mauderer < > christian.maude...@embedded-brains.de> wrote: > >> On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: >> > Hello everyone! >> > >> > I'm excited to

Re: [PATCH] Add framebuffer in BBB

2019-07-26 Thread Vijay Kumar Banerjee
On Fri, Jul 26, 2019 at 5:11 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > > Hello everyone! > > > > I'm excited to post the following patchset. With this patchset > > I have the framebuffer working in BBB and have

Re: [PATCH] Add framebuffer in BBB

2019-07-26 Thread Christian Mauderer
On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > Hello everyone! > > I'm excited to post the following patchset. With this patchset > I have the framebuffer working in BBB and have tested it with a > BBB revC with HDMI connected Screen. > > This patchset uses mmap and hence it's necessary to

Re: [PATCH] Add framebuffer in BBB

2019-07-26 Thread Vijay Kumar Banerjee
On Fri, Jul 26, 2019 at 4:53 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Hello everyone! > > I'm excited to post the following patchset. With this patchset > I have the framebuffer working in BBB and have tested it with a > BBB revC with HDMI connected Screen. > > This patchset

[PATCH] Add framebuffer in BBB

2019-07-26 Thread Vijay Kumar Banerjee
Hello everyone! I'm excited to post the following patchset. With this patchset I have the framebuffer working in BBB and have tested it with a BBB revC with HDMI connected Screen. This patchset uses mmap and hence it's necessary to apply the patche ON TOP OF mmap patch to avoid merge conflict.