]> Git Repo - linux.git/commit
drm/msm/dsi: switch to DRM_PANEL_BRIDGE
authorDmitry Baryshkov <[email protected]>
Tue, 12 Jul 2022 13:22:58 +0000 (16:22 +0300)
committerRob Clark <[email protected]>
Sun, 18 Sep 2022 16:38:06 +0000 (09:38 -0700)
commit007ac0262b0dbb5523e99f03c6f3f44e09b15f66
tree0598864703ca8b4cfdb4d3a026fcc3fe7e9cb8f5
parent549eae27743116da08a7846e09f1e910992af655
drm/msm/dsi: switch to DRM_PANEL_BRIDGE

Currently the DSI driver has two separate paths: one if the next device
in a chain is a bridge and another one if the panel is connected
directly to the DSI host. Simplify the code path by using panel-bridge
driver (already selected in Kconfig) and dropping support for
handling the panel directly.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Abhinav Kumar <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/493608/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
drivers/gpu/drm/msm/dsi/dsi.c
drivers/gpu/drm/msm/dsi/dsi.h
drivers/gpu/drm/msm/dsi/dsi_host.c
drivers/gpu/drm/msm/dsi/dsi_manager.c
This page took 0.056917 seconds and 4 git commands to generate.