Re: [PATCH hwc v2 00/18] Add scene flattening support

2018-04-18 Thread John Stultz
On Fri, Apr 13, 2018 at 5:48 AM, Alexandru-Cosmin Gheorghe wrote: > On second thought, I pushed this patchset here: > https://github.com/ARM-software/drm-hwcomposer/tree/scene_flattening_support Thanks for doing this! For what its worth, I've spun these up on the HiKey960 (which doesn't have the

Re: [PATCH hwc v2 00/18] Add scene flattening support

2018-04-13 Thread Alexandru-Cosmin Gheorghe
On second thought, I pushed this patchset here: https://github.com/ARM-software/drm-hwcomposer/tree/scene_flattening_support On Fri, Apr 13, 2018 at 10:52:55AM +0100, Alexandru-Cosmin Gheorghe wrote: > Hi John, > > On Thu, Apr 12, 2018 at 04:18:54PM -0700, John Stultz wrote: > > On Wed, Apr 11, 2

Re: [PATCH hwc v2 00/18] Add scene flattening support

2018-04-13 Thread Alexandru-Cosmin Gheorghe
Hi John, On Thu, Apr 12, 2018 at 04:18:54PM -0700, John Stultz wrote: > On Wed, Apr 11, 2018 at 8:22 AM, Alexandru Gheorghe > wrote: > > Flattening a scene in order to reduce memory consumption it's an idea > > which had been floating around on irc and mailing list several times, > > this patchse

Re: [PATCH hwc v2 00/18] Add scene flattening support

2018-04-12 Thread John Stultz
On Wed, Apr 11, 2018 at 8:22 AM, Alexandru Gheorghe wrote: > Flattening a scene in order to reduce memory consumption it's an idea > which had been floating around on irc and mailing list several times, > this patchset adds support for flattening a scene using a writeback > connector, the latest v

[PATCH hwc v2 00/18] Add scene flattening support

2018-04-11 Thread Alexandru Gheorghe
Flattening a scene in order to reduce memory consumption it's an idea which had been floating around on irc and mailing list several times, this patchset adds support for flattening a scene using a writeback connector, the latest version of the kernel patches could be found here [1]. v1 for this p