From: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
To: "Neil Armstrong" <neil.armstrong@linaro.org>,
"Jessica Zhang" <jesszhan0024@gmail.com>,
"Langyan Ye" <yelangyan@huaqin.corp-partner.google.com>,
dri-devel@lists.freedesktop.org,
"Maíra Canal" <mcanal@igalia.com>
Cc: dri-devel@lists.freedesktop.org, kernel-dev@igalia.com,
"Maíra Canal" <mcanal@igalia.com>
Subject: Re: [PATCH] drm/panel: ilitek-ili9882t: Select DRM_DISPLAY_DSC_HELPER
Date: Wed, 21 Jan 2026 18:26:08 +0100 [thread overview]
Message-ID: <3450009.mvXUDI8C0e@workhorse> (raw)
In-Reply-To: <20260115125136.64866-1-mcanal@igalia.com>
On Thursday, 15 January 2026 13:50:48 Central European Standard Time Maíra Canal wrote:
> 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: 65ce1f5834e9 ("drm/panel: ilitek-ili9882t: Switch Tianma TL121BVMS07 to DSC 120Hz mode")
> Signed-off-by: Maíra Canal <mcanal@igalia.com>
> ---
> drivers/gpu/drm/panel/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
> index a0fe6069e5e4..ae25f003aa33 100644
> --- a/drivers/gpu/drm/panel/Kconfig
> +++ b/drivers/gpu/drm/panel/Kconfig
> @@ -280,6 +280,7 @@ config DRM_PANEL_ILITEK_ILI9882T
> depends on OF
> depends on DRM_MIPI_DSI
> depends on BACKLIGHT_CLASS_DEVICE
> + select DRM_DISPLAY_DSC_HELPER
> help
> Say Y if you want to enable support for panels based on the
> Ilitek ILI9882t controller.
>
Tested-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Reviewed-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Thanks, this build failure has been annoying me for the past few days,
can confirm it works as described and the fix makes sense.
next prev parent reply other threads:[~2026-01-21 17:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-15 12:50 [PATCH] drm/panel: ilitek-ili9882t: Select DRM_DISPLAY_DSC_HELPER Maíra Canal
2026-01-21 17:26 ` Nicolas Frattaroli [this message]
2026-01-26 8:50 ` Neil Armstrong
2026-01-26 12:42 ` Maíra Canal
2026-01-26 14:09 ` Neil Armstrong
2026-01-26 14:23 ` Maíra Canal
2026-01-26 14:29 ` Neil Armstrong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3450009.mvXUDI8C0e@workhorse \
--to=nicolas.frattaroli@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jesszhan0024@gmail.com \
--cc=kernel-dev@igalia.com \
--cc=mcanal@igalia.com \
--cc=neil.armstrong@linaro.org \
--cc=yelangyan@huaqin.corp-partner.google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.