[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f0ac2d9a-1005-b7e9-f263-5f02a37f8e55@huawei.com>
Date: Fri, 6 May 2022 20:26:09 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
<robdclark@...il.com>, <sean@...rly.run>,
<quic_abhinavk@...cinc.com>, <airlied@...ux.ie>, <daniel@...ll.ch>
CC: <linux-arm-msm@...r.kernel.org>, <dri-devel@...ts.freedesktop.org>,
<freedreno@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -next] drm/msm: Add missing OF dependency for DRM_MSM
On 2022/5/6 19:36, Dmitry Baryshkov wrote:
> On 06/05/2022 05:03, YueHaibing wrote:
>> WARNING: unmet direct dependencies detected for DRM_DP_AUX_BUS
>> Depends on [n]: HAS_IOMEM [=y] && DRM [=y] && OF [=n]
>> Selected by [y]:
>> - DRM_MSM [=y] && HAS_IOMEM [=y] && DRM [=y] && (ARCH_QCOM || SOC_IMX5 || COMPILE_TEST [=y]) && COMMON_CLK [=y] && IOMMU_SUPPORT [=y] && (QCOM_OCMEM [=n] || QCOM_OCMEM [=n]=n) && (QCOM_LLCC [=y] || QCOM_LLCC [=y]=n) && (QCOM_COMMAND_DB [=n] || QCOM_COMMAND_DB [=n]=n)
>>
>> DRM_DP_AUX_BUS depends on OF, so DRM_MSM also should depends on it.
>
> I think the proper fix would be to make DRM_DP_AUX_BUS depend on OF || COMPILE_TEST rather than just OF
Make sense, will do this in v2.
>
>>
>> Fixes: f5d01644921b ("drm/msm: select DRM_DP_AUX_BUS for the AUX bus support")
>> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
>> ---
>> drivers/gpu/drm/msm/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
>> index 4e0cbd682725..1d710a20ffdd 100644
>> --- a/drivers/gpu/drm/msm/Kconfig
>> +++ b/drivers/gpu/drm/msm/Kconfig
>> @@ -3,6 +3,7 @@
>> config DRM_MSM
>> tristate "MSM DRM"
>> depends on DRM
>> + depends on OF
>> depends on ARCH_QCOM || SOC_IMX5 || COMPILE_TEST
>> depends on COMMON_CLK
>> depends on IOMMU_SUPPORT
>
>
Powered by blists - more mailing lists