All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andy Yan" <andyshrk@163.com>
To: "Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com>
Cc: "Arnd Bergmann" <arnd@kernel.org>,
	"Sandy Huang" <hjc@rock-chips.com>,
	"Heiko Stübner" <heiko@sntech.de>,
	"Andy Yan" <andy.yan@rock-chips.com>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"David Airlie" <airlied@gmail.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Dmitry Baryshkov" <lumag@kernel.org>,
	"Douglas Anderson" <dianders@chromium.org>,
	"Damon Ding" <damon.ding@rock-chips.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Heiko Stuebner" <heiko.stuebner@cherry.de>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Cristian Ciocaltea" <cristian.ciocaltea@collabora.com>,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re:Re: [PATCH] drm/rockchip: add CONFIG_OF dependency
Date: Thu, 24 Apr 2025 08:42:47 +0800 (CST)	[thread overview]
Message-ID: <13627027.772.196653f45f1.Coremail.andyshrk@163.com> (raw)
In-Reply-To: <a4tcrxepuvvxixpab3txz6tdbh6janiedjqddl2ybfo6plhjcl@r5bxdabuhjep>

Hi, 

At 2025-04-24 01:18:45, "Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com> wrote:
>On Wed, Apr 23, 2025 at 06:44:16PM +0200, Arnd Bergmann wrote:
>> From: Arnd Bergmann <arnd@arndb.de>
>> 
>> DRM_DISPLAY_DP_AUX_BUS cannot be selected when CONFIG_OF is disabled:
>> 
>> WARNING: unmet direct dependencies detected for DRM_DISPLAY_DP_AUX_BUS
>>   Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n]
>>   Selected by [y]:
>>   - DRM_ROCKCHIP [=y] && HAS_IOMEM [=y] && DRM [=y] && ROCKCHIP_IOMMU [=y] && ROCKCHIP_ANALOGIX_DP [=y]
>> 
>> Rockchip platforms all depend on OF anyway, so add the dependency here
>> for compile testing.
>> 
>> Fixes: d7b4936b2bc0 ("drm/rockchip: analogix_dp: Add support to get panel from the DP AUX bus")
>> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

    Acked-by: Andy Yan <andy.yan@rock-chips.com>

>> ---
>>  drivers/gpu/drm/rockchip/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>
>Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
>
>-- 
>With best wishes
>Dmitry

WARNING: multiple messages have this Message-ID (diff)
From: "Andy Yan" <andyshrk@163.com>
To: "Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com>
Cc: "Simona Vetter" <simona@ffwll.ch>,
	"Arnd Bergmann" <arnd@kernel.org>,
	"Heiko Stübner" <heiko@sntech.de>,
	"Arnd Bergmann" <arnd@arndb.de>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Sandy Huang" <hjc@rock-chips.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Douglas Anderson" <dianders@chromium.org>,
	linux-rockchip@lists.infradead.org,
	"Damon Ding" <damon.ding@rock-chips.com>,
	"Heiko Stuebner" <heiko.stuebner@cherry.de>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Andy Yan" <andy.yan@rock-chips.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"David Airlie" <airlied@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	"Dmitry Baryshkov" <lumag@kernel.org>
Subject: Re:Re: [PATCH] drm/rockchip: add CONFIG_OF dependency
Date: Thu, 24 Apr 2025 08:42:47 +0800 (CST)	[thread overview]
Message-ID: <13627027.772.196653f45f1.Coremail.andyshrk@163.com> (raw)
In-Reply-To: <a4tcrxepuvvxixpab3txz6tdbh6janiedjqddl2ybfo6plhjcl@r5bxdabuhjep>

Hi, 

At 2025-04-24 01:18:45, "Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com> wrote:
>On Wed, Apr 23, 2025 at 06:44:16PM +0200, Arnd Bergmann wrote:
>> From: Arnd Bergmann <arnd@arndb.de>
>> 
>> DRM_DISPLAY_DP_AUX_BUS cannot be selected when CONFIG_OF is disabled:
>> 
>> WARNING: unmet direct dependencies detected for DRM_DISPLAY_DP_AUX_BUS
>>   Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n]
>>   Selected by [y]:
>>   - DRM_ROCKCHIP [=y] && HAS_IOMEM [=y] && DRM [=y] && ROCKCHIP_IOMMU [=y] && ROCKCHIP_ANALOGIX_DP [=y]
>> 
>> Rockchip platforms all depend on OF anyway, so add the dependency here
>> for compile testing.
>> 
>> Fixes: d7b4936b2bc0 ("drm/rockchip: analogix_dp: Add support to get panel from the DP AUX bus")
>> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

    Acked-by: Andy Yan <andy.yan@rock-chips.com>

>> ---
>>  drivers/gpu/drm/rockchip/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>
>Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
>
>-- 
>With best wishes
>Dmitry
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2025-04-24  1:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 16:44 [PATCH] drm/rockchip: add CONFIG_OF dependency Arnd Bergmann
2025-04-23 16:44 ` Arnd Bergmann
2025-04-23 17:18 ` Dmitry Baryshkov
2025-04-23 17:18   ` Dmitry Baryshkov
2025-04-24  0:42   ` Andy Yan [this message]
2025-04-24  0:42     ` Andy Yan
2025-05-01 11:03 ` Heiko Stuebner
2025-05-01 11:03   ` Heiko Stuebner

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=13627027.772.196653f45f1.Coremail.andyshrk@163.com \
    --to=andyshrk@163.com \
    --cc=airlied@gmail.com \
    --cc=andy.yan@rock-chips.com \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=cristian.ciocaltea@collabora.com \
    --cc=damon.ding@rock-chips.com \
    --cc=dianders@chromium.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert+renesas@glider.be \
    --cc=heiko.stuebner@cherry.de \
    --cc=heiko@sntech.de \
    --cc=hjc@rock-chips.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=lumag@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.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 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.