In message: [linux-yocto][yocto-kernel-cache][master/yocto-5.10/yoctoi-5.4][PATCH] bsp/intel-x86: don't override CONFIG_DRM_I915 on 22/01/2021 Yongxin Liu wrote:
> Intel-x86 BSP doesn't support kernel built-in firmware nor userspace > firmware loading. Currently it only supports firmware loading through > filesystem. Setting CONFIG_DRM_I915 to "y" will casue direct loading > failure to all i915 firmware, since filesystem is not ready at that time. At one point, this was causing warnings, since it was being forced to =y by some dependencies. But if the runtime issues you mention are happening, then we definitely want the warning to let us know that it has changed to =y! So I've gone ahead and merged this change. Bruce > > Signed-off-by: Yongxin Liu <[email protected]> > --- > bsp/intel-x86/intel-x86-i915-overrides.cfg | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/bsp/intel-x86/intel-x86-i915-overrides.cfg > b/bsp/intel-x86/intel-x86-i915-overrides.cfg > index 173aaa16..8c0dac18 100644 > --- a/bsp/intel-x86/intel-x86-i915-overrides.cfg > +++ b/bsp/intel-x86/intel-x86-i915-overrides.cfg > @@ -1,3 +1,2 @@ > # SPDX-License-Identifier: MIT > -CONFIG_DRM_I915=y > CONFIG_DRM_KMS_HELPER=y > -- > 2.14.5 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9426): https://lists.yoctoproject.org/g/linux-yocto/message/9426 Mute This Topic: https://lists.yoctoproject.org/mt/80026203/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
