]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: Fix DPI component detection for MT8192
authorChen-Yu Tsai <wenst@chromium.org>
Fri, 25 Feb 2022 03:27:54 +0000 (11:27 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Tue, 5 Apr 2022 23:28:36 +0000 (07:28 +0800)
commit9b92436238b509455282c714c4c9aab386752ac5
tree20015a65b28a885b7a6c85ceb1383f394d356aef
parentba0de4a33eaada0e9ca93cb1fbe0078d767822c4
drm/mediatek: Fix DPI component detection for MT8192

When support for MT8192 was added, the DPI device was not added to the
list of components to look for. This causes the secondary display
pipeline to not be able to fully bind, and the DRM driver subsequently
defers probing.

Add the DPI device compatible to list of DPI components to fix this.

Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20220225032754.140168-1-wenst@chromium.org/
Fixes: fc03bce8b6fa ("drm/mediatek: Add support for Mediatek SoC MT8192")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_drm_drv.c