Skip to content

Commit ced7486

Browse files
arndbsuperna9999
authored andcommitted
drm/panel: fix Visionox RM692E5 dependencies
The newly added driver uses the DSC helpers, so the corresponding Kconfig option must be enabled: ERROR: modpost: "drm_dsc_pps_payload_pack" [drivers/gpu/drm/panel/panel-visionox-rm692e5.ko] undefined! Fixes: 7cb3274 ("drm/panel: Add Visionox RM692E5 panel driver") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent d2d5f6d commit ced7486

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
@@ -1020,6 +1020,8 @@ config DRM_PANEL_VISIONOX_RM692E5
10201020
depends on OF
10211021
depends on DRM_MIPI_DSI
10221022
depends on BACKLIGHT_CLASS_DEVICE
1023+
select DRM_DISPLAY_DSC_HELPER
1024+
select DRM_DISPLAY_HELPER
10231025
help
10241026
Say Y here if you want to enable support for Visionox RM692E5 amoled
10251027
display panels, such as the one found in the Nothing Phone (1)

0 commit comments

Comments
 (0)