From: Julian Braha <julianbraha@gmail.com>
To: neil.armstrong@linaro.org, maarten.lankhorst@linux.intel.com,
mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com,
simona@ffwll.ch
Cc: jesszhan0024@gmail.com, arnd@arndb.de, david@ixit.cz,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/panel: hx83121a: fix unmet dependency for DRM_PANEL_ILITEK_ILI9882T
Date: Sun, 12 Jul 2026 01:29:05 +0100 [thread overview]
Message-ID: <51a13491-e20a-482e-9c63-6a3f034963f8@gmail.com> (raw)
In-Reply-To: <20260712000823.2315810-1-julianbraha@gmail.com>
On 7/12/26 01:08, Julian Braha wrote:
> Currently, DRM_PANEL_ILITEK_ILI9882T selects DRM_DISPLAY_DSC_HELPER
> without ensuring DRM_DISPLAY_HELPER is also enabled, causing an unmet
> dependency and build failure.
>
> Other similar options select DRM_DISPLAY_HELPER, let's do the same here.
>
> This unmet dependency bug was found by kconfirm, a static analysis tool
> for Kconfig.
>
> Fixes: defab7b01e08 ("drm/panel: hx83121a: select DRM_DISPLAY_DSC_HELPER")
> Signed-off-by: Julian Braha <julianbraha@gmail.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 06bfcef35a72..103f1d09a989 100644
> --- a/drivers/gpu/drm/panel/Kconfig
> +++ b/drivers/gpu/drm/panel/Kconfig
> @@ -375,6 +375,7 @@ config DRM_PANEL_ILITEK_ILI9882T
> depends on OF
> depends on DRM_MIPI_DSI
> depends on BACKLIGHT_CLASS_DEVICE
> + select DRM_DISPLAY_HELPER
> select DRM_DISPLAY_DSC_HELPER
> help
> Say Y if you want to enable support for panels based on the
Sorry all, made a silly mistake here and blamed the wrong commit (same
mistake in commit title).
Sent v2:
https://lore.kernel.org/all/20260712002632.2323484-1-julianbraha@gmail.com/
- Julian Braha
prev parent reply other threads:[~2026-07-12 0:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-12 0:08 [PATCH] drm/panel: hx83121a: fix unmet dependency for DRM_PANEL_ILITEK_ILI9882T Julian Braha
2026-07-12 0:15 ` sashiko-bot
2026-07-12 0:29 ` Julian Braha [this message]
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=51a13491-e20a-482e-9c63-6a3f034963f8@gmail.com \
--to=julianbraha@gmail.com \
--cc=airlied@gmail.com \
--cc=arnd@arndb.de \
--cc=david@ixit.cz \
--cc=dri-devel@lists.freedesktop.org \
--cc=jesszhan0024@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox