Skip to content

Commit fd3b2c5

Browse files
arndbsuperna9999
authored andcommitted
drm/panel: s6e3ha8: select CONFIG_DRM_DISPLAY_DSC_HELPER
The new driver needs the dsc helper code to be available: x86_64-linux-ld: vmlinux.o: in function `s6e3ha8_amb577px01_wqhd_prepare': panel-samsung-s6e3ha8.c:(.text+0x16b1e65): undefined reference to `drm_dsc_pps_payload_pack' Select it from Kconfig as we do for other similar drivers. Fixes: 779679d ("drm/panel: Add support for S6E3HA8 panel driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Link: https://lore.kernel.org/r/20241015153442.3757061-1-arnd@kernel.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20241015153442.3757061-1-arnd@kernel.org
1 parent b330f3a commit fd3b2c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/panel/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ config DRM_PANEL_SAMSUNG_S6E3HA8
712712
depends on OF
713713
depends on DRM_MIPI_DSI
714714
depends on BACKLIGHT_CLASS_DEVICE
715+
select DRM_DISPLAY_DSC_HELPER
715716
select VIDEOMODE_HELPERS
716717

717718
config DRM_PANEL_SAMSUNG_S6E63J0X03

0 commit comments

Comments
 (0)