Skip to content

Commit eaa8457

Browse files
mairacanalgregkh
authored andcommitted
drm/panel: ilitek-ili9882t: Select DRM_DISPLAY_DSC_HELPER
[ Upstream commit 68e28fa ] The panel-ilitek-ili9882t driver uses drm_dsc_pps_payload_pack() which is provided by the DRM_DISPLAY_DSC_HELPER. Add the missing Kconfig select to fix the following build error: ERROR: modpost: "drm_dsc_pps_payload_pack" [drivers/gpu/drm/panel/panel-ilitek-ili9882t.ko] undefined! Fixes: 65ce1f5 ("drm/panel: ilitek-ili9882t: Switch Tianma TL121BVMS07 to DSC 120Hz mode") Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Tested-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com> Reviewed-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com> Link: https://patch.msgid.link/20260115125136.64866-1-mcanal@igalia.com Signed-off-by: Maíra Canal <mcanal@igalia.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 2f3ed29 commit eaa8457

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
@@ -280,6 +280,7 @@ config DRM_PANEL_ILITEK_ILI9882T
280280
depends on OF
281281
depends on DRM_MIPI_DSI
282282
depends on BACKLIGHT_CLASS_DEVICE
283+
select DRM_DISPLAY_DSC_HELPER
283284
help
284285
Say Y if you want to enable support for panels based on the
285286
Ilitek ILI9882t controller.

0 commit comments

Comments
 (0)