]> Git Repo - linux.git/commit
drm/mipi-dsi: wrap more functions for streamline handling
authorDmitry Baryshkov <[email protected]>
Sat, 11 May 2024 23:00:19 +0000 (02:00 +0300)
committerNeil Armstrong <[email protected]>
Fri, 17 May 2024 19:36:19 +0000 (21:36 +0200)
commitf79d6d28d8fe77b14beeaebe5393d9f294f8d09d
tree208b47d6d30d2b9fbfd1811836b131812008768d
parent51f9183e4af8c7f00e81180cbb9ee4a98a0f0aa1
drm/mipi-dsi: wrap more functions for streamline handling

Follow the pattern of mipi_dsi_dcs_*_multi() and wrap several existing
MIPI DSI functions to use the context for processing. This simplifies
and streamlines driver code to use simpler code pattern.

Note, msleep function is also wrapped in this way as it is frequently
called inbetween other mipi_dsi_dcs_*() functions.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/drm_mipi_dsi.c
include/drm/drm_mipi_dsi.h
This page took 0.057545 seconds and 4 git commands to generate.