Re: [PATCH v16 05/23] compositor-drm: Fully account for buffer transformation

2018-07-06 Thread Pekka Paalanen
On Thu, 5 Jul 2018 18:16:32 +0100 Daniel Stone wrote: > In our new and improved helper to determine the src/dest values for a > buffer on a given plane, make sure we account for all buffer > transformations, including viewport clipping. > > Rather than badly open-coding it ourselves, just use t

[PATCH v16 05/23] compositor-drm: Fully account for buffer transformation

2018-07-05 Thread Daniel Stone
In our new and improved helper to determine the src/dest values for a buffer on a given plane, make sure we account for all buffer transformations, including viewport clipping. Rather than badly open-coding it ourselves, just use the helper which does exactly this. Signed-off-by: Daniel Stone Re