Re: [FFmpeg-devel] [PATCH v3] fbdetile cpu based detiling of framebuffers v03

2020-07-01 Thread Lynne
Jul 1, 2020, 17:37 by hanish...@gmail.com: > Hi Lynne, > > On Wed, Jul 1, 2020 at 3:37 PM Lynne wrote: > >> Jun 29, 2020, 18:58 by hanish...@gmail.com: >> >> > v03-20200629IST2208 fbdetile >> > >> > Added a generic detiling logic, which can be easily configured to >> > detile many different tilin

Re: [FFmpeg-devel] [PATCH v3] fbdetile cpu based detiling of framebuffers v03

2020-07-01 Thread C Hanish Menon
Hi Lynne, On Wed, Jul 1, 2020 at 3:37 PM Lynne wrote: > Jun 29, 2020, 18:58 by hanish...@gmail.com: > > > v03-20200629IST2208 fbdetile > > > > Added a generic detiling logic, which can be easily configured to > > detile many different tiling schemes. > > > > The same is inturn used to detile Int

Re: [FFmpeg-devel] [PATCH v3] fbdetile cpu based detiling of framebuffers v03

2020-07-01 Thread Lynne
Jun 29, 2020, 18:58 by hanish...@gmail.com: > v03-20200629IST2208 fbdetile > > Added a generic detiling logic, which can be easily configured to > detile many different tiling schemes. > > The same is inturn used to detile Intel Tile-Yf layout. > > NOTE: This is a full patch, it contains the previ

[FFmpeg-devel] [PATCH v3] fbdetile cpu based detiling of framebuffers v03

2020-06-29 Thread hanishkvc
v03-20200629IST2208 fbdetile Added a generic detiling logic, which can be easily configured to detile many different tiling schemes. The same is inturn used to detile Intel Tile-Yf layout. NOTE: This is a full patch, it contains the previous versions also in it. v02-20200627IST2331 Unrolled In