Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 33defca

Browse files
committed
drm/panel/lg-sw43408: select CONFIG_DRM_DISPLAY_DP_HELPER
This panel driver uses DSC PPS functions and as such depends on the DRM_DISPLAY_DP_HELPER. Select this symbol to make required functions available to the driver. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202404200800.kYsRYyli-lkp@intel.com/ Fixes: 069a6c0 ("drm: panel: Add LG sw43408 panel driver") Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240528-panel-sw43408-fix-v4-1-330b42445bcc@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
1 parent 3b8407e commit 33defca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/panel/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ config DRM_PANEL_LG_SW43408
340340
depends on OF
341341
depends on DRM_MIPI_DSI
342342
depends on BACKLIGHT_CLASS_DEVICE
343+
select DRM_DISPLAY_DP_HELPER
344+
select DRM_DISPLAY_HELPER
343345
help
344346
Say Y here if you want to enable support for LG sw43408 panel.
345347
The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per

0 commit comments

Comments
 (0)