]> git.baikalelectronics.ru Git - kernel.git/commit
drm/blend: fix typo in the comment
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 16 Mar 2022 07:46:48 +0000 (10:46 +0300)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 16 Mar 2022 08:36:13 +0000 (09:36 +0100)
commit40451e589eca4afb01a6a3378d56727b0c0677a8
treeec24536669c753b8e7c034980b44f962e502091b
parent52c855dedf6fd0b0525b963ccb054f17d4f8d126
drm/blend: fix typo in the comment

The documentation for drm_rotation_simplify() uses DRM_MODE_ROTATE_X,
while it's clear 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: 92413e37ca4a ("drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220316074648.7009-1-dmitry.baryshkov@linaro.org
drivers/gpu/drm/drm_blend.c