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 <[email protected]> Reviewed-by: Jessica Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b330f3a commit fd3b2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)