Skip to content

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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 069a6c0 ("drm: panel: Add LG sw43408 panel driver") Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Marijn Suijten <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
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)