Re: [PATCH] drm/panel: fix Visionox RM692E5 dependencies

2025-03-04 Thread Neil Armstrong
On 04/03/2025 15:29, Arnd Bergmann wrote: From: Arnd Bergmann 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: 7cb3274341bf ("drm/pa

[PATCH] drm/panel: fix Visionox RM692E5 dependencies

2025-03-04 Thread Arnd Bergmann
From: Arnd Bergmann 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: 7cb3274341bf ("drm/panel: Add Visionox RM692E5 panel driver") Sig