Re: [PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

2021-06-08 Thread Oleksandr Andrushchenko
(not so great) Thank you in advance, Oleksandr On 01.10.20 09:35, Oleksandr Andrushchenko wrote: > Hi, > > On 9/28/20 6:20 PM, Ian Jackson wrote: >> Oleksandr Andrushchenko writes ("[PATCH 2/2] libgnttab: Add support for >> Linux dma-buf offset"): >>> Fr

Re: [PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

2020-10-01 Thread Oleksandr Andrushchenko
Hi, On 9/28/20 6:20 PM, Ian Jackson wrote: > Oleksandr Andrushchenko writes ("[PATCH 2/2] libgnttab: Add support for Linux > dma-buf offset"): >> From: Oleksandr Andrushchenko >> >> Add version 2 of the dma-buf ioctls which adds data_ofs parameter. >>

Re: [PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

2020-09-28 Thread Ian Jackson
Oleksandr Andrushchenko writes ("[PATCH 2/2] libgnttab: Add support for Linux dma-buf offset"): > From: Oleksandr Andrushchenko > > Add version 2 of the dma-buf ioctls which adds data_ofs parameter. > > dma-buf is backed by a scatter-gather table and has offset para

Re: [PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

2020-07-31 Thread Oleksandr Andrushchenko
Hello, Ian, Wei! Initially I have sent this patch as a part of the series for the display protocol changes, but later decided to split. At the moment the protocol changes are already accepted, but this part is still missing feedback and is still wanted. I would really appreciate if you could

Re: [PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

2020-06-30 Thread Oleksandr Andrushchenko
Ian, Wei, would you mind looking at the below please? Thank you in advance, Oleksandr On 5/20/20 12:04 PM, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > Add version 2 of the dma-buf ioctls which adds data_ofs parameter. > > dma-buf is backed by a scatter-gather table and

[PATCH 2/2] libgnttab: Add support for Linux dma-buf offset

2020-05-20 Thread Oleksandr Andrushchenko
From: Oleksandr Andrushchenko Add version 2 of the dma-buf ioctls which adds data_ofs parameter. dma-buf is backed by a scatter-gather table and has offset parameter which tells where the actual data starts. Relevant ioctls are extended to support that offset: - when dma-buf is created