]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mcde: Rename flow function
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Jul 2020 09:09:14 +0000 (11:09 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 13 Aug 2020 14:36:14 +0000 (16:36 +0200)
commit96a9495d654c88484074a6f71706ad35d70439a2
treea83b9bfc99feb96717e2fb9022ba6f5a91d60379
parent141c99a17ac1168609c21a1c6337f81d71ece61a
drm/mcde: Rename flow function

The function mcde_display_send_one_frame() has a historical
name that stems from being implemented when the driver
only supported single frame updates.

Rename it mcde_start_flow() so that it reflects the current
usage.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20200729090915.252730-1-linus.walleij@linaro.org
drivers/gpu/drm/mcde/mcde_display.c