Re: [PATCH v14 20/41] compositor-drm: Fully account for buffer transformation

2018-01-24 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:37 + 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 v14 20/41] compositor-drm: Fully account for buffer transformation

2017-12-20 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