On 23/05/17 16:15, Laurent Pinchart wrote:
Hi Tomi,
Thank you for the patch.
On Wednesday 17 May 2017 10:56:41 Tomi Valkeinen wrote:
Change dispc driver to use the DRM_REFLECT flags instead of a mirror boolean.
Patch 3/7 has
/* must use FIR for YUV422 if rotated */ if (rotation != DRM_ROTATE_0) scale_x = scale_y = true;
Shouldn't it be (rotation & DRM_ROTATE_MASK) != DRM_ROTATE_0 now ?
Yep, I'll fix that. Thanks!
Tomi