Re: (subset) [PATCH] drm/blend: fix typo in the comment

2022-03-16 Thread Maxime Ripard
On Wed, 16 Mar 2022 10:46:48 +0300, Dmitry Baryshkov wrote: > The documentation for drm_rotation_simplify() uses DRM_MODE_ROTATE_X, > while it's clear the the comment should mention DRM_MODE_REFLECT_X > instead. The example passes all flags except the DRM_MODE_REFLECT_X as > supported and expects t

Re: [PATCH] drm/blend: fix typo in the comment

2022-03-16 Thread Simon Ser
Reviewed-by: Simon Ser

[PATCH] drm/blend: fix typo in the comment

2022-03-16 Thread Dmitry Baryshkov
The documentation for drm_rotation_simplify() uses DRM_MODE_ROTATE_X, while it's clear the the comment should mention DRM_MODE_REFLECT_X instead. The example passes all flags except the DRM_MODE_REFLECT_X as supported and expects to eliminate this flag. Fixes: c2c446ad2943 ("drm: Add DRM_MODE_ROTA