Home
last modified time | relevance | path

Searched hist:cfab37ff31afcd0f99f3cccbff1f8ffa11e44c00 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.cdiff cfab37ff31afcd0f99f3cccbff1f8ffa11e44c00 Thu Feb 24 21:27:54 CST 2022 Chen-Yu Tsai <wenst@chromium.org> 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: 01365f549c88 ("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>